• GilaMonster (12/20/2012)


    You specified the partition ranges yourself.

    CREATE PARTITION FUNCTION PartitionDB_PartitionRange (INT)

    AS RANGE LEFT FOR VALUES (500,1000,2500);

    So here partition 1 means "Less than 500" ?

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)