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

What is the Difference Between VARCHAR and VARCHAR(MAX) Datatypes ...

Finding Server Default Language in MS SQL

What is RAISEERROR in SQL Server ?

Using Trim Function in MS SQL

What is an Index in SQL Server ?