September 1, 2010 at 4:32 pm
Is Partitioning supported in SQL Server 2005 Standard edition
Thank you,
Pradeep
September 1, 2010 at 5:12 pm
PradeepVallabh (9/1/2010)
Is Partitioning supported in SQL Server 2005 Standard edition
No, it is not. Table Partitioning is an Enterprise Edition feature.
If really need it you can always resort to poor's man partitioning a.k.a. building as many tables as partitions you need and expose the whole group as a single unit via a view.
Hope this helps.
_____________________________________
Pablo (Paul) Berzukov
Author of Understanding Database Administration available at Amazon and other bookstores.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply