Which table stores the information about constraints in SQL Server 2008? -


I'm new to databases. I want to know which table stores all bound information for SQL Server, such as USER_CONSTRAINTS & amp; USER_CONS_COLUMNS view in Oracle

How do I get the barriers to SQL Server?

First look at the ideas of the information schema:

INSUMMIT_SCHEMA.TABLE_CONSTRAINTS

Maybe it is what you want, but there are others who can disturb you, get the information you want


Comments