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

MS SQL Get Current Time GETDATE()

What is the Merge Statement in SQL Server ?

What are Some Advantages of Using CTE in SQL Server ?

What is the Difference Between a Local and a Global Temporary Tab ...

Deleting Table With Query in MS SQL