In Object Explorer, connect to an instance of Database Engine.
On the Standard bar, click New Query.
Copy and paste the following example into the query window and click Execute. USE AdventureWorks2012; GO ALTER TABLE dbo.DocExe DROP CONSTRAINT FK_Column_B; GO.