DROP CREDENTIAL

Remove a credential from the server.

Syntax
      DROP CREDENTIAL credential_name

Requires ALTER ANY CREDENTIAL permission or to drop a system credential, CONTROL SERVER permission.

Examples

DROP CREDENTIAL MyCredential;
GO

"In my end is my beginning" ~ Mary Stuart, Queen of Scots

Related commands

CREATE CREDENTIAL
ALTER CREDENTIAL
sys.credentials


 
Copyright © 1999-2024 SS64.com
Some rights reserved