Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 how to view sys constraints

Author  Topic 

archanasql
Starting Member

27 Posts

Posted - 2008-02-02 : 01:16:02
how to view all system constraints in sql server

CShaw
Yak Posting Veteran

65 Posts

Posted - 2008-02-02 : 20:38:41
Is this what you are looking for.

Select * from INFORMATION_SCHEMA.CONSTRAINT_COLUMN_USAGE

Chris Shaw
www.SQLonCall.com
Go to Top of Page
   

- Advertisement -