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.
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
Another way
for check constraints
for default constraints
and yet another way