Since there is no support for NOCHECK/CHECK yet and ce databases do not contains a sys.constraints table, I am wondering how I can return the list of constraints for a given table? I would like to iterate through them and disable one by one. Thank you.