BUG: Opening Cursor on a Local Temp Table May Fail with Msg 16ID: Q161434
|
When you declare a cursor with an order by clause on a local temporary
table, you may receive the following error message when you open the
cursor:
Msg 16919, Level 16, State 1
Cannot open cursor--referenced object (NAME NOT RECOVERABLE) dropped
already
To work around this problem, run the DECLARE and OPEN cursor statements in the same batch.
Microsoft 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.
Keywords : kbusage SSrvTran_SQL kbbug6.50
Version : 6.5
Platform : WINDOWS
Issue type :
Last Reviewed: April 7, 1999