BUG: Error Msg 2595 Running Spaceused syslogs,@updateusage=tr

Last reviewed: April 9, 1997
Article ID: Q155713

The information in this article applies to:
  • Microsoft SQL Server, versions 6.0 and 6.5

SYMPTOMS

An attempt to run the "sp_spaceused syslogs,@updateusage=true" (without quotation marks) command from command line isql within a database that has not been set to single-user mode fails as follows:

SQL Server 6.0 or 6.5 in Windows NT 3.51

The following error message appears:

   Msg 2595, Level 16, State 90
   Database 'test' must be set to single-user mode before executing
   this command.  DBCC execution completed. If DBCC printed
   error message, see your System Administrator.

Then the following error message appears:

   isql.exe
   The instruction at "0x10207d36" referenced memory at "0x00040029.”
   The memory could not be "written."

SQL Server 6.5 in Windows NT 4.0

The error message mentioned above (Msg 2595) does not appear; however, the calling process stops responding (hangs) and must be terminated.

Some GUI Applications

The command runs to completion from a graphical user interface (GUI) application and returns a result set after the error mentioned above (Msg 2595) appears.

WORKAROUND

Set the database to single-user mode before you run the command.

STATUS

Microsoft has confirmed this to be a problem in Microsoft SQL Server versions 6.0 and 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:
Keywords : kbbug6.00 kbbug6.50 kbprg SSrvProg
Version : 6.0 6.5
Platform : WINDOWS


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: April 9, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.