BUG: DUMP Fails Without Error Using VOLUME & STATS ParametersLast reviewed: April 15, 1997Article ID: Q156611 |
The information in this article applies to:
SYMPTOMSWhen 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 = 10The 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.
WORKAROUNDTo work around this problem, do either of the following:
STATUSMicrosoft 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |