December 24, 2013 at 8:42 am
How to check all the maintenance plans at same time. I want to test the migration so I saw that we have see all maintenance plans and take scripts of all those to run on the destination. How could you do that?
December 24, 2013 at 11:21 am
ramana3327 (12/24/2013)
How to check all the maintenance plans at same time. I want to test the migration so I saw that we have see all maintenance plans and take scripts of all those to run on the destination. How could you do that?
To be honest, I didn't know you could actually script out maintenance plans. How did you do that?
--Jeff Moden
Change is inevitable... Change for the better is not.
December 25, 2013 at 8:44 am
Even I don't know. May be I misunderstand.
December 26, 2013 at 1:05 pm
There is a way to 'script' maintenance plans - but it takes a bit of effort.
Step1: build your maintenance plans
Step2: Import the maintenance plans to an SSIS package
Step3: Modify the connection to point to new system
Step4: Save Copy As from SSIS to destination
Note: the owner of the plans will need to be changed manually (update ssispackages table in MSDB)
Note: there is a parameter in SSIS that needs to be modified (can't remember which one). If this is not modified, the new plans will run all steps successfully but still generate a failure.
I find it is just easier to create the maintenance plans manually. It is just as easy to open a source plan, copy/paste the tasks from one plan to the other - and make necessary changes as it is to export/import.
And, if you create stored procedures that can be called from either agent jobs or maintenance plans - it is just as easy to create either manually on each new system.
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
December 31, 2013 at 8:01 am
Thank you Jeffry
December 31, 2013 at 8:11 am
and with all those headaches for migrating SSIS maintenance plans, is there anything that the maintenance plans do that that the scripts from ola hallengren[/url] doesn't do from a TSQL script standpoint instead?
i prefer jobs that are in TSQL myself, for me they are a little easier to track down when things go wrong. for me, SSIS maintenance plans just add an extra level of complexity that's not needed.
Lowell
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply