BUG: DUMP Fails Without Error Using VOLUME & STATS Parameters

Last reviewed: April 15, 1997
Article ID: Q156611
The information in this article applies to:
  • Microsoft SQL Server, version 6.0
BUG #: 15638 (6.0)

SYMPTOMS

When you perform either a database or a transaction log dump of a SQL Server 6.0 database using the SQL Enterprise Manager (SEM) that was supplied with SQL Server 6.5, the dump may fail, yet display a message that indicates the dump was successful. This message appears immediately after you run the dump command.

In addition, the same problem will occur if you issue the following command from any query tool (either SQL Server 6.0 or 6.5):

   DUMP DATABASE pubs TO DISK = 'c:\pubs.dmp' VOLUME = 'SQ0001' WITH
      NOINIT, STATS = 10

The SQL Server 6.5 version of SEM specifies both the VERSION and STATS keywords when issuing a dump, whereas the 6.0 version does not. If the dump command is issued from a computer running SQL Server 6.0, that computer fails to process the command or report any errors, thereby causing SEM to immediately report that the dump has completed.

WORKAROUND

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

  • Use the SQL Server 6.0 version of SEM to manage a computer running SQL Server 6.0.

    -or-

  • Schedule the task, and then edit the SQL command for the task to remove either the STATS or VOLUME keywords. The VOLUME keyword is generally unnecessary.

STATUS

Microsoft has confirmed this to be a problem in SQL Server version 6.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.


Additional query words: success
Keywords : kbbug6.00 kbusage SSrvEntMan
Version : 6.0
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 15, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.