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 are the Authentication Modes in SQL Server ?

What are Isolation Levels in SQL Server ?

What are Wait Types in SQL Server ?

What are the Different Recovery Models Inside SQL Server ?

What are The Different Backup Options With SQL Server ?