im creating partition function as,
CREATE PARTITION FUNCTION cct_part_emid(INT)
AS RANGE LEFT FOR VALUES(10000,50000)
im getting error while executing the above query as
Msg 170, Level 15, State 1, Line 2
Line 2: Incorrect syntax near 'PARTITION'.
anything wrong with my syntax? im working with SQL server developer edition(8.00.194)