Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL server 2005 sp and other upgrades 1

Status
Not open for further replies.

bshbsh

Technical User
Apr 11, 2007
163
US
I have SQL server installed and running and is the back-end for sharepoint 2007. When I ran the following query,

SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')

I got,
9.00.1399.06 RTM Enterprise Edition

Now I know there are other newer versions and SPs.
SQL Server 2005 Service Pack 1 2005.90.2047
SQL Server 2005 Service Pack 2 2005.90.3042

My question is how should I upgrade and the upgrade path. I also read a few places where people have had bad experiences while upgrading.

Please advice. Links, howtos would be great as well.
Thanks.
 
But can I upgrade from my version,
9.00.1399.06 RTM Enterprise Edition

to SP2 directly? Or should I do SP1 first.
Of course I will backup the database, but is there any other precaution I should take?

Please advice.
Thanks.
 
You can go right to sp2. They are cumulative.

- Paul
- If at first you don't succeed, find out if the loser gets anything.
 
There are also lots of hot fixes which have been released post SP2. This site has a good list of all the available hot fixes.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

My Blog
 
Thanks for all the info.
Now that there are tons of updates after SP2, should I use all of them or only a select few which might seem important to me.
Also, this SQL is a backend for Sharepoint 2007. Should I shutdown sharepoint first.
Please advice.
Tx.
 
I would shut down Sharepoint but you may not have too. I know Denny uses it so he could better answer that question.

- Paul
- If at first you don't succeed, find out if the loser gets anything.
 
You don't need to shutdown sharepoint, but sharepoint will be unavailable while you install the service packs. Hot fixes are also cumulative so you only need the most recent one.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

My Blog
 
Thanks for all the info.
Anyone know what the latest hotfix version is?
Tx.
 
According to the site which I posted earlier the latest publicly available build is 9.00.3159 ( and the latest PSS build is 9.00.3200 (
Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

My Blog
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top