BUG: Sp_cursor: The Parameter 'Table' Is Invalid w/Long DB NamesLast reviewed: August 19, 1997Article ID: Q172615 |
The information in this article applies to:
SYMPTOMSIf a client application references a table using the database..tablename syntax and requests server side cursors, (not a Transact-SQL ANSI cursor) the following error will occur when performing an insert into the database..tablename, if the combination of database plus tablename is greater than 28 characters:
Msg 16902, Level 16, State 1 sp_cursor: The parameter 'table' is invalid WORKAROUNDTo work around this problem, do any one of the following:
STATUSMicrosoft has confirmed this to be a problem in Microsoft 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.
|
Additional query words: table name
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |