September 9, 2011 at 7:16 am
How does one manage the maintenance plans on several hundred SQL Server systems? Are there any commercial or free products for doing this?
I'm adding and standardizing maintenance plans. Most use standard maintenance plans configured with the gui, though I'm using a custom script to handle index reorg/rebuild work. Doing this manually on many, many servers gets tedious. Changing all of them in even a minor way is more tedious. How do you do it?
September 9, 2011 at 10:10 am
Check BOL: "Administering Multiple Servers Using Central Management Servers"
Hope this can help
September 11, 2011 at 4:10 pm
Usually we use MPs for the basic tasks like Index Reorg\Rebuilds, Update stats and DBCC checkDB...
And all of theses can be replaced by using custom scripts. Use the excellent scripts from http://ola.hallengren.com/
And then use Central Management server or Multi Server queries using Registered servers -- Local server Groups.
Thank You,
Best Regards,
SQLBuddy
September 12, 2011 at 6:05 am
Check out SQL Sentry's Event Manager.
And for the actual maintenance itself you absolutely should use ola.hallengren.com's scripts.
Tell them both that TheSQLGuru sent you! 🙂
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply