Rules/Constraints
I have a table that has many Y/N flags.
Is there any way to set up one rule for all of these, or do I need to put a separate constraint on each field?
I tried to create a UDT and bind it to a rule where @value in ('Y','N')
but it never fired.
if I can do it in one step, please tell me how.
TIA
|