Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2005
»
Administering
»
upgrade SQL Server 2005 developer ed to...
upgrade SQL Server 2005 developer ed to standard ed
Rate Topic
Display Mode
Topic Options
Author
Message
Denise McMillan
Denise McMillan
Posted Tuesday, August 11, 2009 9:07 AM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Friday, May 17, 2013 2:08 PM
Points: 182,
Visits: 366
I'm going to upgrade SQL Server 2005 developer ed to standard ed. Not changing version, just edition. My plan is to detach the databases, uninstall developer ed, install standard ed and attach the databases.
My question is about the jobs and user logins. Should I also detach/attach the system databases master and msdb to preserve the jobs and logins?
Or should I script them out and run scripts after the standard ed is installed?
Is there an easier way to accomplish this upgrade?
Thanks very much for any ideas and help.
Post #768695
JamieX
JamieX
Posted Tuesday, August 11, 2009 12:21 PM
Old Hand
Group: General Forum Members
Last Login: Friday, October 15, 2010 8:23 AM
Points: 371,
Visits: 437
See if this works for you
http://benchmarkitconsulting.com/colin-stasiuk/2009/06/03/sql-server-2005-edition-upgrade/
Post #768871
Jack Corbett
Jack Corbett
Posted Wednesday, August 12, 2009 8:10 AM
SSChampion
Group: General Forum Members
Last Login: Friday, May 17, 2013 12:22 PM
Points: 10,571,
Visits: 11,871
Just be sure you didn't use any Enterprise Edition only features when developing using Developer Edition.
Jack Corbett
Applications Developer
Don't let the good be the enemy of the best. --
Paul Fleming
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
How to Post Performance Problems
Crosstabs and Pivots or How to turn rows into columns Part 1
Crosstabs and Pivots or How to turn rows into columns Part 2
Post #769330
Denise McMillan
Denise McMillan
Posted Wednesday, August 12, 2009 2:57 PM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Friday, May 17, 2013 2:08 PM
Points: 182,
Visits: 366
I'm trying to get this command to work:
start /wait d:\setup.exe addlocal=SQL_Engine instancename=MSSQLSERVER upgrade=SQL_Engine skuupgrade=1 /qb
But I get error that the upgrade is blocked because the existing component is a later version than the version you are trying to upgrade to.
It does have sp3, but I thought that would be lost with the upgrade.
Am I doing something wrong, or just out of luck and have to resort to the uninstall/install plan?
Any ideas are grealy appreciated.
Thanks!
Post #769697
Seth Lynch
Seth Lynch
Posted Monday, September 07, 2009 6:19 AM
Ten Centuries
Group: General Forum Members
Last Login: Friday, July 22, 2011 4:13 AM
Points: 1,149,
Visits: 603
Hi
The problem you have here is that Developer is a higher version than Standard so you can't upgrade that way.
You would need to uninstall standard then install Developer.
Backup and reinstall databases - or detach and reattach them.
For and sys jobs etc you have the easiest method would be to script them out then reapply them.
I am not sure of the best way to copy logins and user permissions though.
I beg your Pardon you can upgrade from Developer to standard
http://msdn.microsoft.com/en-us/library/ms143393(SQL.90).aspx
I upgraded standard to dev with this:
start /wait d:\setup.exe instancename=MSSQLSERVER upgrade=SQL_Engine,SQL_Data_Files,SQL_Tools90,SQL_Replication skuupgrade=1 /qb
The same as you but no addlocal and a few other features in the upgrade list
Post #783742
Seth Lynch
Seth Lynch
Posted Monday, September 07, 2009 7:42 AM
Ten Centuries
Group: General Forum Members
Last Login: Friday, July 22, 2011 4:13 AM
Points: 1,149,
Visits: 603
I just ran this to re-upgrade my developer edition back to standard:
:: You need disk 1 in servers and disk 2 in tools underneath c:\sqladmin\sql2005
@echo off
Set ADDLOCAL=SQL_Engine,SQL_Data_Files,SQL_Tools90,SQL_Replication
Set INSTANCENAME=MSSQLSERVER
Start /wait c:\sqlAdmin\SQL2005\servers\setup.exe /qb UPGRADE=%ADDLOCAL% SKUUPGRADE=1 INSTANCENAME=%INSTANCENAME%
And it went through ok
Post #783791
Denise McMillan
Denise McMillan
Posted Tuesday, September 08, 2009 8:34 AM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Friday, May 17, 2013 2:08 PM
Points: 182,
Visits: 366
I did end up uninstalling developer ed and installing standard. It worked just fine. I ran out of time to keep trying the upgrade method. I will try it again if I ever have the need to do this again. Thanks for all the help.
Post #784302
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.