DROP MASTER KEY

DROP MASTER KEY#

Accepted for SQL Server compatibility. In Querona this statement is a no-op: there is no master key object to remove (see CREATE MASTER KEY). It is parsed so that compatibility scripts run unchanged.

Syntax#

DROP MASTER KEY compatibility only - not executed

Permissions#

Requires the connection-management permission (CreateConnection) on the server.

Examples#

DROP MASTER KEY;

See also#