Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes a certificate from the database.
Transact-SQL Syntax Conventions
DROP CERTIFICATE certificate_name
- certificate_name
Is the unique name by which the certificate is known in the database.
Certificates can only be dropped if no entities are associated with them.
Requires CONTROL permission on the certificate.
The following example drops the certificate Shipping04
from the AdventureWorks
database.
USE AdventureWorks;
DROP CERTIFICATE Shipping04;
BACKUP CERTIFICATE (Transact-SQL)
CREATE CERTIFICATE (Transact-SQL)
ALTER CERTIFICATE (Transact-SQL)
EVENTDATA (Transact-SQL)