积极答复者
SQL2005维护计划

问题
答案
-
- The History Cleanup Task deletes maintenance information generated prior to a specified date in the msdb database. It deletes historical data about Backup and Restore, SQL Server Agent and Maintenance Plan Operations. The user interface allows you to specify the type and age of the data to be deleted. The One new and much appreciated feature in the tasks themselves is that you can view the T-SQL statement to be issued when the task is executed.
-
The Maintenance Cleanup Task is a way of deleting physical backup files, although this task can be used to clean up other files as well. It removes files left over from executing a Maintenance Plan.
For detailed screen shot, scripts, sample and explainations:
http://www.mssqltips.com/tip.asp?tip=1094
Hope this helps. And if you have more questions, just let us know.
全部回复
-
- The History Cleanup Task deletes maintenance information generated prior to a specified date in the msdb database. It deletes historical data about Backup and Restore, SQL Server Agent and Maintenance Plan Operations. The user interface allows you to specify the type and age of the data to be deleted. The One new and much appreciated feature in the tasks themselves is that you can view the T-SQL statement to be issued when the task is executed.
-
The Maintenance Cleanup Task is a way of deleting physical backup files, although this task can be used to clean up other files as well. It removes files left over from executing a Maintenance Plan.
For detailed screen shot, scripts, sample and explainations:
http://www.mssqltips.com/tip.asp?tip=1094
Hope this helps. And if you have more questions, just let us know.