Upgrade to Enterprise Edition | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

Upgrade to Enterprise Edition

Is it alright to move system databases from Standard edition to Enterprise edition ? I’m planning to move all my databases from a standard edition SQL Server to an Enterprise Edition SQL Server. To preserve all the database settings, jobs etc., I want to move all the data files (both user and system) to the new server. But, I don’t know if there are any system table specific changes in Enterprise edition.
If there are any, how should I proceed with this move, without doing everything from scratch ?
Donno how much this will help… http://support.microsoft.com/default.aspx?scid=kb;en-us;281574 Gaurav
Moderator
Man thrives, oddly enough, only in the presence of a challenging environment- L. Ron Hubbard

The views expressed here are those of the author and no one else. There are no warranties as to the reliability or accuracy of anything presented here.
After move, don’t forget to updates statistics.
Luis Martin
Moderator
SQL-Server-Performance.com
When I’ve done this in the past, I’ve scripted out my users and jobs and saved my packages as structured files. I then apply the user script after I’ve connected all the user databases. Last, I move the jobs and packages over. I don’t like migrating system databases between different version of SQL Server if I can avoid it. MeanOldDBA
[email protected] When life gives you a lemon, fire the DBA.
Thank you all, I’ve compared the system tables between Standard and Enterprise and I can see some tables missing in Standard Edition. So, It IS not a good idea to move system databases between versions.
Upgrade between the editions will take care of the system tables and if you apply the latest service pack you will see difference between the table structures. Satya SKJ
Moderator
http://www.SQL-Server-Performance.Com/forum
This posting is provided “AS IS” with no rights for the sake of knowledge sharing.
]]>