BUG: AV When UPDATE STATISTICS in a Cursor Is Terminated

Last reviewed: December 8, 1997
Article ID: Q177808
The information in this article applies to:
  • Microsoft SQL Server, version 6.5
BUG #: 17350 (Windows NT: 6.5)

SYMPTOMS

If you use the Transact-SQL KILL command to terminate a stored procedure that is running an UPDATE STATISTICS statement while a cursor is open, a handled access violation (AV) will occur. Only the connection that executed the UPDATE STATISTICS will be affected.

WORKAROUND

To work around this problem, do either of the following:

  • Run the UPDATE STATISTICS statement outside the context of an open cursor.

    -or-

  • Let the process run to completion instead of terminating it with a KILL command.

STATUS

Microsoft has confirmed this to be a problem in 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: tsql t-sql tran-sql trans-sql tran trans
Keywords : kbbug6.50 SSrvTran_SQL
Version : WINNT:6.5
Platform : winnt
Issue type : kbbug
Solution Type : kbworkaround


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: December 8, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.