Reccomendation for tuning 100's of SQL Databases

Posted by wayne on Server Fault See other posts from Server Fault or by wayne
Published on 2010-05-17T01:58:55Z Indexed on 2012/06/28 15:18 UTC
Read the original article Hit count: 196

I'm running several SQL servers, each running a few hundred multi-gig databases for customers. They are all setup homogeneously as far as the schemas are concerned, however customer usages of the data differ quite a lot from database to database.

What would be the best way to auto-index/profile/tune this large amount of databases?

As there are at least 600 or more catalogs I cant have someone manually profile, and index as required by each databases usage patterns.

I'm currently running SQL 2005 but will be moving to 2008, so solutions that work with either are fine.

© Server Fault or respective owner

Related posts about sql-server-2005

Related posts about database-administration