May 15, 2006 at 5:07 am
I have a table that has grown more than 2Gb in size. I have 3 file groups defined for this database.
I know you can move tables from 1 file group to another, but is it possible to distribute a single table into multiple file groups?
Thanks in advance.
Shahid.
May 15, 2006 at 8:19 am
"
Microsoft® SQL Server™ 2000 allows you to create tables or indexes on a specific filegroup within your database, rather than across all filegroups in a database. By creating a filegroup on a specific disk or RAID (redundant array of independent disks) device, you can control where tables and indexes in your database are physically located. Reasons for placing tables and indexes on specific disks include:
"
might want to consider partitioning the table
Vasc
May 15, 2006 at 8:43 am
Partitioning is another option that I am looking into. Any links to some helpful notes please.
May 15, 2006 at 8:48 am
BOL -- partitioned views
Vasc
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply