August 16, 2010 at 8:04 am
Hi All,
I am trying to find the best way to upgrade a SQL 2005 (Microsoft SQL Server Standard Edition (64-bit)) to SQL 2008. I would like to do the upgrade on the server where sql2005 is running without have to build a separate instance of sql2008.
Where can I find the steps to achieve this? Any recommendations or things to be careful at?
Thanks
August 16, 2010 at 8:48 am
I guess this is an 'inplace' upgrade.
August 22, 2010 at 8:52 pm
Try the white paper from Microsoft under inplace upgrade section.
Regards..Vidhya Sagar
SQL-Articles
August 25, 2010 at 11:09 am
My understanding is that you want SQL2008 to be the default instance. If this is correct, you can uninstall SQL2005, install SQL2008, and attach the database. Make sure and script out any logins and such first.
The risk is that if anything goes wrong, you no longer have SQL2005 ready to go.
August 25, 2010 at 11:26 am
Are you using Clustering? Upgrade passive node(s), failover sql server to passive to make it active and then upgrade Active node which is now passive.
[font="Verdana"]--www.sqlvillage.com[/size][/font]
August 25, 2010 at 11:34 am
It is a standalone SQL server where I have only 1 instance of SQL 2005 (default not named).
I was told that the in-place install feature is pretty stable. It is right?
August 25, 2010 at 2:03 pm
I have never had an issue with the in-place upgrade..just make sure you take a full back up of all your DBs, script out logins, jobs, linked servers, save SSIS/DTS packages, and anything else you may have added to it first.
If the in-place upgrade fails, just uninstall everything, install 2008, and rebuild.
And make sure you update statistics with fullscan on every table once you upgrade it and get it up and running.
August 25, 2010 at 2:25 pm
Rem70Rem (8/25/2010)
It is a standalone SQL server where I have only 1 instance of SQL 2005 (default not named).I was told that the in-place install feature is pretty stable. It is right?
You have correct information, In-place upgrade is stable. As Derrick Smith mentioned, make sure you perform backup. One thing I would like to add is to run dbcc checkcatalog also
[font="Verdana"]--www.sqlvillage.com[/size][/font]
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply