How to save a Maintenance Paln for re-use?

  • Hi,

    I have created a maintenance plan with 3 sub plans, each with a different schedule. As a backup, I would like to script / save this maintenance plan for later re-use or in case I need to rebuild the SQL Server 2005.

    Where is this plan saved or how to script it?

    Thanks in advance for any help.

  • Maintenance plans are stored in the msdb database. If you want to move the package you can go to SSMS -> Object Explorer and click Connect -> Integration Services. Then connect to the desired server and go to Stored Packages -> MSDB. Then right-click on the package and select Export Package. In the export dialog select File System for the Package Location and then in Package Path select where you want the package saved. When you are done click OK and you will have a saved .dtsx file that you can open in BIDS and then deploy to another server or edit and re-deploy.

  • Worked perfectly.

    Thanks very much for your help.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply