Is there a TSQL script that will allow me to see the contents of a constraint. I found a question regarding Oracle but I need a TSQL script.
http://stackoverflow.com/questions/2686353/how-to-see-contents-of-check-constraint-on-oracle
I am aware of sys.check_constraints, however, the 'definition' comes back null for all objects.
Select * from sys.check_constraints