• I just want to clarify, you're looking to setup table partitioning within the schema of the database to multiple filegroups, correct? The reason I'm trying to clarify is because I've never seen an estimate for storage before, are you using a wizard?

    Additionally, is there an index on the field you're looking to partition across? I'm wondering if the statistics are just wildly off. If there's an index on that field, UPDATE STATISTICS WITH FULLSCAN the table and see what kind of estimates you get.

    Finally, and I hope you're on a dev system, just chuck the estimates out and do your partition. Then go to the dm_ views and check your partition sizes with actuals. Estimates are notorious for being wrong.


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA