July 14, 2008 at 10:32 pm
Hi,
Could anyone tell me how to achieve a HORIZONTAL TABLE PARTIONING in sql 2000.. i guess it is made simpler in SQL 2005
through PARTION function, filegroups etc..
but i couldnt get clearly how to do it in SQL 2000.
July 15, 2008 at 11:09 am
Please check Partitioned View in books online.
Hope this is what you asked for...
Manu
July 16, 2008 at 7:48 am
Partitioning is available only for SQL 2005 and above. Also only a maximum of 1000 partitions can be made on a table.
July 17, 2008 at 5:42 pm
umailedit (7/16/2008)
Partitioning is available only for SQL 2005 and above...
I'm afraid that's incorrect. Partitioned views are available on SQL Server 2000 - see here for more info: http://msdn.microsoft.com/en-us/library/aa933141(SQL.80).aspx
Regards,
Jacob
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply