Partition 500gb of database stored in SQL Server

Posted by Devendra on Server Fault See other posts from Server Fault or by Devendra
Published on 2009-09-18T06:23:17Z Indexed on 2010/05/11 17:25 UTC
Read the original article Hit count: 306

Hello

I have 500GB of database stored in SQL Server. Because it has too big a database, it takes time to update and insert data. Now the case is that I want to partition the data. So which partitioning techniques should I use? Or is there any other technique which will improve my performance?

© Server Fault or respective owner

Related posts about database

Related posts about table-partitioning