|
im creating partition function as,
im getting error while executing the above query as
anything wrong with my syntax? im working with SQL server developer edition(8.00.194)
(comments are locked)
|
|
That's SQL Server 2000. It doesn't support partitioning. You'll need to get a newer version of SQL Server. I'd recommend SQL Server 2008. Partitioning started in SQL Server 2005, but 2008 added some great functionality.
(comments are locked)
|

