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#
Permissions#
Requires the connection-management permission (CreateConnection) on the server.
Examples#
DROP MASTER KEY;