Click to Rate and Give Feedback
MSDN
MSDN Library
SQL Server
SQL Server 2008
Database Engine
Technical Reference
 DROP CERTIFICATE (Transact-SQL)

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
Other versions are also available for the following:
SQL Server 2008 Books Online (June 2009)
DROP CERTIFICATE (Transact-SQL)

Removes a certificate from the database.

Topic link icon 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;
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker