sp_alter_secure_feature_key System Procedure

Alters a previously-defined secure feature key by modifying the authorization key and/or the feature list.

Syntax

sp_alter_secure_feature_key ( 
    name, 
    auth_key, 
    features ) 

Arguments

Remarks

This procedure allows you to alter the authorization key or feature list of an existing secure feature key.

Privileges

To use this procedure, you must be the database server owner and have the manage_keys feature enabled on the connection.