DROP MASTER KEY (Transact-SQL)
SQL Server 2005 Books Online (November 2008)
DROP MASTER KEY (Transact-SQL)

Removes the master key from the current database.

Topic link icon Transact-SQL Syntax Conventions

DROP MASTER KEY

This statement takes no arguments.

The drop will fail if any private key in the database is protected by the master key.

Requires CONTROL permission on the database.

The following example removes the master key for the AdventureWorks database.

USE AdventureWorks;
DROP MASTER KEY;
GO
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
Page view tracker