FIX: TEXT Operations Can AV During DUMP DATABASELast reviewed: April 9, 1997Article ID: Q154164 |
The information in this article applies to:
SYMPTOMSAttempting to dump a database while a dbwritetext, dbmoretext, or WRITETEXT is being executed on one of the tables in the database may cause a handled access violation (AV) followed by a SQL Server hang. A partial dump is created, and the loading header from the dump shows the dumpsize to be 0 (0 pages). It may not be possible to shut down SQL Server under these conditions. In order to restart SQL Server, you may have to restart Windows NT.
WORKAROUNDSchedule database dumps so that they do not execute while applications are using text operations such as dbwritetext, dbmoretext, or WRITETEXT.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server NT version 6.5. The problem does not occur in SQL Server NT version 6.0. 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 INFORMATIONThis behavior can often be seen while dumping the SMS database, because SMS EXECUTIVE continuously uses WRITETEXT on the InstructionData image field in the Jobs table. The WRITETEXT operation does not get reported in the error log, and various data concerning the contents of the process input buffer may be seen, including the following:
3. The current contents of process' input buffer are '[ '. |
Additional query words: dump AV access violation
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |