SQL server partitioning

Posted by durilai on Stack Overflow See other posts from Stack Overflow or by durilai
Published on 2010-03-26T16:40:05Z Indexed on 2010/03/26 16:43 UTC
Read the original article Hit count: 178

I have a table that has millions of records and we are looking at implementing table partitioning. Looking at it we have a foreign key "GroupID" that we would like to partition on. Is this possible?

The Group will have more entries added to it, so as new GroupID's are added can the partition's be made dynamically?

© Stack Overflow or respective owner

Related posts about sql-server-2005

Related posts about partitioning