Posted by sameer_deshpande on 05/04/06 12:11
Hi,
I need to create a partition table but the column on which I need to
create a partition may not have any logical ranges. So while creating
or defining partition function I can not use any range.
like
CREATE PARTITION FUNCTION my_part_func (NUMERIC(7)) AS RANGE LEFT FOR
VALUES (1,100,1000);
Is there any way to define partition function in SQL Server something
like Oracle HASH partitions where logical range is unkown?
Thanks
Sameer
Navigation:
[Reply to this message]
|