The information in this article applies to:
BUG #: 56174 (SQLBUG_70) SYMPTOMSWhen a table is created with check constraint and the constraint is set as "NOT FOR REPLICATION", the constraint is not enforced even though the value entered is outside the range of the check constraint. For example:
On the contrary, the preceding update is actually successful. WORKAROUNDDo not use the "NOT FOR REPLICATION" option on CHECK CONSTRAINT. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. MORE INFORMATIONAlso, when you trying to change the value in the preceding example back to a value that is within the range as in this example:
You may see this error message:
Additional query words:
Keywords : kbSQLServ700bug |
Last Reviewed: January 6, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |