It seems that some scripts generated by Enterprise Manager* (or not, it doesn\'t matter) created check constraints WITH NOCHECK.
Now when anyone modi
do this:
ALTER TABLE dbo.Test WITH CHECK CHECK CONSTRAINT CK_Test;
Explanation: Can you trust your constraints?