EXEC sp_MStablechecks TableName
sp_MStablechecks is an undocumented Stored Procedure in SQL 2000 and SQL 2005 which helps in finding the various Check constraints used in a particular table. This stored proc accepts a parameter TableName and gives the various check constraints used in that table.
Friday, July 11, 2008
UnDocumented stored proc to find the Check Constraints used in a table
Labels:
Undocumented
Reactions: |
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment