April 7, 2004 at 10:02 am
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
April 7, 2004 at 10:46 am
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)
April 8, 2004 at 12:00 pm
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_)
April 9, 2004 at 2:13 pm
Thanks...
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply