Tips for improving performance of DB that is above size 40 GB (Sql Server 2005) and growing monthly

Posted by HotTester on Stack Overflow See other posts from Stack Overflow or by HotTester
Published on 2010-01-29T10:29:15Z Indexed on 2010/03/08 7:21 UTC
Read the original article Hit count: 232

The current DB or our project has crossed over 40 GB this month and on an average it is growing monthly by around 3 GB. Now all the tables are best normalized and proper indexing has been used. But still as the size is growing it is taking more time to fire even basic queries like 'select count(1) from table'. So can u share some more points that will help in this front. Database is Sql Server 2005. Further if we implement Partitioning wouldn't it create a overhead ?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about Performance