The information in this article applies to:
SYMPTOMS
A DB-Library application making repeated cursor calls encounters one or
more of the following errors:
CAUSE
SQL Server terminates when repetitive queries with sp_cursoropen/fetch are
called with ODS handlers installed.
WORKAROUNDStop any ODS applications, such as SQL Trace, that may be running at the server. This causes the ODS handlers to be de-installed and prevents the server from terminating. STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. This problem has been corrected in U.S. Service Pack 2 for Microsoft SQL Server version 6.5. For more information, contact your primary support provider. MORE INFORMATION
With any ODS handlers installed and DB-Library applications making repeated
dbopen/dbcursorfetchex calls in a loop, the server terminates. Windows NT
service Control Manager confirms that the service has been terminated, and
the above partial stack dump is seen in the error log.
Additional query words: trace server av
Keywords : kbnetwork SSrvODS kbbug6.50 kbfix6.50.sp2 |
Last Reviewed: March 31, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |