December 19, 2013 at 1:55 pm
Hi all,
I am trying to partition a table on year and the data type is int length 4, when i run the wizard and do estimate storage in the row count all the data is pointing to primary, not it to the designated file group.
Thank you
December 19, 2013 at 2:14 pm
Did you create additional filegroups? Did you create extra files and add them to the primary FG?
December 23, 2013 at 11:52 am
yes I created additional file groups
December 23, 2013 at 1:49 pm
harita (12/23/2013)
yes I created additional file groups
Did your "Partition Schema" identify which file groups would be used for each partition?
Also, why on this good green Earth did you pick an INT column for the year? That's not going to do much for you in your queries. The partitions should be formed on something like a "CreatedOn" column with a DATETIME datatype.
Trying not to be negative here but the addition of that column makes it sound like you might not actually understand all of the ramifications of partitioning. For example, are you aware that every UNIQUE index (that includes the PK) must have the partitioning column added to it or it will be added automatically?
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply