Jens K. Suessmeyer.
http://www.sqlserver2005.de
|||
If you have the correct licensing and are looking for the technical answer, the trick is to use the SKUUPGRADE=1 flag during upgrade. Take a look at template.ini or Books Online for more info. Here is a forums snippet that I can't seem to find on MSDN at the moment, but it should get you started.
If you have already expired with your existing version, take a look at this article:
http://support.microsoft.com/kb/914158/en-us
Thanks,
Sam Lester (MSFT)
[SKUUPGRADE]
Use the SKUUPGRADE parameter when upgrading from one edition of SQL Server 2005 to another edition of SQL Server 2005.
start /wait setup.exe ADDLOCAL=SQL_Engine INSTANCENAME=MSSQLSERVER UPGRADE=SQL_Engine SKUUPGRADE=1 /qb
No comments:
Post a Comment