Home SQL Server Commands
 

DROP MASTER KEY

Remove the master key from the current database.

Syntax
      DROP MASTER KEY

This command will fail if any private key in the database is protected by the master key.

Example

DROP MASTER KEY;
GO

"Success is not the key to happiness. Happiness is the key to success. If you love what you are doing, you will be successful." - Herman Cain

Related commands:

CREATE MASTER KEY
ALTER MASTER KEY

Equivalent Oracle commands:

DROP PROFILE



Back to the Top

Simon Sheppard
SS64.com