sp_create_secure_feature_key System Procedure

Creates a new secure feature key.

Syntax

sp_create_secure_feature_key ( 
    name, 
    auth_key, 
    features ) 

Arguments

Remarks

This procedure creates a new secure feature key that can be given to any user. The system secure feature key is created using the -sk database server option.

Privileges

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