|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to list the names of check constraint of a table and how to show it's content?How to list the names of check constraint of a table?
How to show the content of a check constraint? Thanks ---Frank, SQL2005 This should give you a start:
SELECT * FROM sys.check_constraints -- Show quoteTibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ Blog: http://solidqualitylearning.com/blogs/tibor/ "Frank Lee" <Reply@to.newsgroup> wrote in message news:O5k41PKKGHA.3944@tk2msftngp13.phx.gbl... > How to list the names of check constraint of a table? > How to show the content of a check constraint? > > Thanks > > ---Frank, SQL2005 > > |
|||||||||||||||||||||||