March 8, 2007 at 9:20 am
I mean:
Only ENTERPRISE ed. supports table and index partitioning
March 8, 2007 at 11:27 am
Hello,
Yes, Table and Index partitioning are only supported on Enterprise & Developer editions of SQL Server 2005.
Thanks
Lucky
March 9, 2007 at 2:45 am
So you mean that using standard ed. I cannot create pertitioned table or index using:
Create Partition and Create Function?
Is it right
There is another way?
March 9, 2007 at 5:35 am
You can create a database on Dev or EE edition and set up partitioning. Take a backup of the database and restore it to Standard Edition, and it should work OK.
However, the partitioning scheme will be fixed while running in Standard Edition, so you will not be able to alter partition ranges, add new partitions, etc. This is done by Microsoft to sell more copies of Enterprise Edition - your own company probably does similar things with the products you sell.
Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.
When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara
March 9, 2007 at 6:37 am
Hello,
thank for any suggestions.
All people like you make things....
March 12, 2009 at 5:35 am
EdVassie (3/9/2007)
You can create a database on Dev or EEedition and set up partitioning. Take a backup of the database and restore it to Standard Edition, and it should work OK.
However, the partitioning scheme will be fixed while running in Standard Edition, so you will not be able to alter partition ranges, add new partitions, etc. This is done by Microsoft to sell more copies of Enterprise Edition - your own company probably does similar things with the products you sell.
has this been tested??? i'm sure it can't be done....
_________________________________________________________________________________SQLGeordieWeb:- Jarrin ConsultancyBlog:- www.chrisjarrintaylor.co.ukTwitter:- @SQLGeordie
March 17, 2009 at 6:10 pm
It can't be done. Stated at-->http://www.sqlservercentral.com/Forums/Topic638206-146-1.aspx?Update=1
MJ
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply