The information in this article applies to:
BUG #: 16752 (SQLBUG_65) SYMPTOMS
If you create a constraint with periods in the constraint name, you cannot
drop the constraint after it is created.
You receive the following error:
WORKAROUNDTo work around this problem, do not create constraints with periods in their names. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 6.5 We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION
Using SET QUOTED_IDENTIFIER ON, you are able to create constraints with
periods in their names. After these constraints are created, you are unable
to drop them.
Additional query words: constraint,quoted_identifier
Keywords : SSrvGen kbbug6.50 |
Last Reviewed: April 21, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |