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 )

Parameters

Privileges

You must have EXECUTE privilege on the system procedure. In addition, you must be the database server owner and have the manage_keys feature enabled on the connection.

Remarks

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