Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to see/report of all table constraints?
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01462283
Message ID:
01462284
Vues:
44
>Hi,
>
>How do you create a report or view on the screen all constraints for a table in a database?
>
>TIA.

Check select * from information_schema.CONSTRAINT_COLUMN_USAGE

See also

http://blogs.lessthandot.com/index.php/DataMgmt/DataDesign/missing-foreign-key-constraints

Or if you want to see all the code, you can just get a create table script by right-clicking the table in SSMS.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform