Tagged Questions
1
vote
1answer
1k views
Migrating Maintenance Plan from One Sql Server 2008 Instance to Another
I have an extensive maintenence plan on one sql server 2008 instance that I wish to move to 4 other instances. What is the best way to do this other than rebuilding it on each server?
Thanks
1
vote
2answers
1k views
Change SQL Server Maintenance Plan Report Location?
I created some Maintenance Plans in SQL Server 2008 without using the wizard (i.e. right-click on Maintenance Plans and select New Maintenance Plan...). When created that way, there is no option to ...
0
votes
2answers
32 views
Special Maintenance Plan Query
The Maintenance Plan creation is easy. Every body simply use the Maintenance Plan Wizard.
But in this case I want to write program to create a Maintenance Plan using Query. My plan is Recurrence Full ...
0
votes
0answers
107 views
Immutable Maintenance Plan on SQL Server 2008
All the plans work, but they cannot be added to, changed, or even viewed.
When opening an existing plan:
Value cannot be null.
Parameter name: component (System.Design)
When Opening a new plan:
...
0
votes
1answer
28 views
Backup SQL Server Maintenance Plan
Is it possible to backup Maintenance Plan? Is it enough to backup msdb database that has all Agent Jobs? I use SQL Server 2008.
Thanks.
0
votes
2answers
2k views
SQL Maintenance Cleanup Task Working but Not Deleting
I have a Maintenance Plan that is suppose to go through the BACKUP folder and remove all .bak older than 5 days. When I run the job, it gives me a success message but older .bak files are still ...
0
votes
1answer
233 views
Remote Maintenance Plans in SQL Server 2008
I've set up a maintenance plan in instance #1 of SQL Server 2008. In theory, it will connect to instance #2 and back up those databases to the hard drive of instance #1.
I have:
Created a login on ...
0
votes
2answers
207 views
Does SQL Server 2008 have any default mantenance plans?
I am using SQL Server 2008 Enterprise version. I want to know if I do not explicitly set any maintenance jobs, are there any default maintenance jobs SQL Server will perform (like backup? rebuild ...