Tagged Questions
3
votes
1answer
2k views
SQL Server: should I use an “Agent Job” or a “Maintenance Plan” to delete old data?
I'm looking for a way to periodically (e.g. weekly) run some SQL statements in a database to delete old data. As far as I can see, there are (at least) two ways to do this:
using a "Maintenance ...
1
vote
1answer
115 views
Maintenance plan duration shown in history
Here is an export of our sql 2005 maintenance plan history
Date,Source,Severity,Plan Name,SubPlan Name,Task Name,Duration
06/07/2009 05:08:29,,Unknown,Weekly optimisation,Subplan_1,,05:08:25
...