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 TABLESAMPLE in SQL Server ?

MS SQL List of Records in All Tables

Creating a View in MS SQL

What are the Various Limitations of the Views in SQL Server ?

What is Blocking in SQL Server ?