Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 SP?

Author  Topic 

psangeetha
Yak Posting Veteran

95 Posts

Posted - 2009-04-01 : 16:46:21
Hi all,

I ran select @@version to find the service pack version for 2005 SQL server. I got the result that the SP is Service Pack 2.

But if I run

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

I get Service Pack as RTM..

Is it different? We are planning on installing SP3.

Thank you

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-04-01 : 17:26:45
It sounds like SP2 did not get installed completely. We have had this happen multiple times.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page
   

- Advertisement -