StatCounter

View My Stats

Monday, February 4, 2008

Drop a Constraint From Table-SQL Server

The query as Follows:

ALTER TABLE employee DROP CONSTRAINT pk_employee

Here
employee-TableName
pk_employee-Constraint Name of the Employee Table

No comments: