Database Maintenacne Plan Wizard (Dumb question)

  • I have a dumb question.   The last page on "Database Maintenacne Plan Wizard" gives a description of Database plan.   On a already defined plan, how can one see a summary/description of the "Database Maintenacne Plan"

    Thanks

  • In Enterprise MAnager drill down to Database Maintenance Plans and it will show the plans. It also lists the db's afftected for each plan and the plans actions (ie. Backup database, Integrity Check etc)



    Shamless self promotion - read my blog http://sirsql.net

  • You can also use a TSQL variant of 

    sp_help_maintenance_plan @plan_id = 'your plan id value'

    If you run it without a null value it will return a list of plans.

    Peter Evans (__PETER Peter_)

     

  • Thanks...

     

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

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