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.
| 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_USAGEChris Shawwww.SQLonCall.com |
 |
|
|
|
|
|