Post navigation ← Previous Next → View Table Constraints in SQL Server Posted on December 16, 2011 by amit Tweet Email Sharebar Tweet Email To view all the constraints set for a table in MS SQL Server use the built in stored proc: sp_helpconstraint ‘tablename’