Table partitioning

  • 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.

  • Please check Partitioned View in books online.

    Hope this is what you asked for...

    Manu

  • Partitioning is available only for SQL 2005 and above. Also only a maximum of 1000 partitions can be made on a table.

  • 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