BUG: Alter Table Within a Stored Procedure Causes Msg 1750ID: Q155767
|
When a stored procedure adds a constraint to an existing table using the
alter table statement, the following error message appears:
[INTERNAL ERROR] unable to locate original param in voidptr list.
Msg 1750, Unable to create constraint
Declare a local variable and assign the alter table statement to the variable. Use the Exec statement for execution.
Microsoft 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
Version : 6.0
Platform : WINDOWS
Issue type :
Last Reviewed: April 1, 1999