Disabling All Constants in a Table in MS SQL

The following query model is used to disable constants in a table in MS SQL.

Alter Table {Table Name} NOCHECK CONSTRAINT ALL


You May Interest

When Will You Use SQLDiag Tool ?

Using MS SQL If Else

What is Utility Control Point (UCP) in SQL Server ?

What is the Difference Between VARCHAR and NVARCHAR in SQL Server ...

What are the Limitations of Indexed Views in SQL Server ?