PRB: SQL Admin Cannot Display History for Scheduled Dumps |
Q114662
Viewing the history of database dumps using SQL Administrator can hang if too many rows are found. The only way to recover is by ending the task through the Task Manager.
Remove old entries from the table by issuing the following command:
delete
from master..MSscheduled_backups_log
where Actual_start_time < '05/09/94'
Using SQL Administrator, you can monitor scheduled backups by selecting the
options Manage-Backup\Restore-Scheduled Backups and Manage-History.
If too many rows are returned, SQL Administrator will not be able to
display the result, and becomes unavailable for other transactions. On
Windows NT, you can use the Task Manager and click End Task to end the
infinite task.
Additional query words: windows nt
Keywords : kbtool
Issue type : kbprb
Technology : kbSQLServSearch kbAudDeveloper kbSQLServ420OS2
|
Last Reviewed: March 20, 1999 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |