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.
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.