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

Which TCP/IP Port Does the SQL Server Run On ?

MS SQL Finding Which Tables a Column Name is In

What is the Difference Between UNION and UNION ALL in SQL Server ...

List of Table Columns Used in Any View in MS SQL

Showing Server Active Server Name in MS SQL