Migrating Maintenance Plan from One Sql Server 2008 Instance to Another [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this questionI have an extensive maintenence plan on one sql server 2008 instance开发者_Python百科 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
You could try connecting to integration services on the server, expand msdb, maintenance plans and export the plan.
精彩评论