|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, January 28, 2013 10:54 AM
Points: 1,
Visits: 2
|
|
I have a windows 2003 server running sql 2005 with a developer license installed. It's now in production. I have purchased the production license, but my dba is telling me SQL 2005 must be reinstalled for it to be legal. Is there a way to just change the license?
|
|
|
|
|
SSChampion
        
Group: General Forum Members
Last Login: Yesterday @ 6:56 PM
Points: 11,613,
Visits: 27,669
|
|
looks like he's correct to me;
according to this page,neither standard nor enterprise will upgrade/replace an existing developer instance: take a look here:
http://msdn.microsoft.com/en-us/library/ms143393.aspx so to get everything correct, you need to do a whole DR/ new server kind of thing; script out all the logins, certificates, linked servers , jobs, database mail,etc backup the database, uninstall/reinstall and then run the scripts to get your logins and settings back
Lowell
--There is no spoon, and there's no default ORDER BY in sql server either. Actually, Common Sense is so rare, it should be considered a Superpower. --my son
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Yesterday @ 1:28 PM
Points: 6,698,
Visits: 11,726
|
|
davery 28734 (1/28/2013) I have a windows 2003 server running sql 2005 with a developer license installed. It's now in production. I have purchased the production license, but my dba is telling me SQL 2005 must be reinstalled for it to be legal. Is there a way to just change the license? You can absolutely upgrade a SQL Server 2005 Developer Edition install to any of these without re-rinstalling everything:
SQL Server 2005 Enterprise Edition SQL Server 2005 Standard Edition SQL Server 2005 Workgroup Edition
In the installer there is a separate option to upgrade the Edition of an existing instance.
Version and Edition Upgrades (SQL Server 2005)
Now, if you want to upgrade your 2005 Developer instance to 2008 or 2012 then you have to do 2 upgrades, one to 2008 or 2012 Developer Edition and then another to get to 2008 or 2012 Standard or Enterprise Edition respectively.
__________________________________________________________________________________________________ There are no special teachers of virtue, because virtue is taught by the whole community. --Plato
Believe you can and you're halfway there. --Theodore Roosevelt
Everything Should Be Made as Simple as Possible, But Not Simpler --Albert Einstein
The significant problems we face cannot be solved at the same level of thinking we were at when we created them. --Albert Einstein
1 apple is not exactly 1/8 of 8 apples. Because there are no absolutely identical apples. --Giordy
|
|
|
|