The information in this article applies to:
BUG#: 15028 (6.00) SYMPTOMS
Declaring a cursor based on a view that has no underlying table can cause a
handled thread level access violation (AV) in Microsoft SQL Server 6.0.
The current contents of the process input buffer are "declare myCursor cursor for select * from myView." WORKAROUNDIf the view is representing constants, for example, consider using a temporary or permanent table to base the cursor on. STATUS
Microsoft has confirmed this to be a problem in SQL Server version 6.0.
Microsoft is researching this problem and will post new information here in
the Microsoft Knowledge Base as it becomes available.
Additional query words: AV cursor view table
Keywords : kbprg kbusage SSrvErr_Log SSrvProg kbbug6.00 |
Last Reviewed: March 25, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |