The information in this article applies to:
SYMPTOMS
When a stored procedure adds a constraint to an existing table using the
alter table statement, the following error message appears:
NOTE: This problem does not occur if alter table is the only command within the procedure text. A simple If condition, such as 'if @@error,' following the alter table statement causes the problem to occur. WORKAROUNDDeclare a local variable and assign the alter table statement to the variable. Use the Exec statement for execution. STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: TABLE INTERNAL ERROR
Keywords : kbnetwork SSrvStProc kbbug6.00 |
Last Reviewed: April 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |