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
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 SQL server version

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-11-18 : 08:16:33
Luis Maldonado writes "Hi,
I want to know how i can see my SQL server version and service pack instaled. I tried two commands but none work:
select @@version, exec master..xp_msver

Thanks"

chadmat
The Chadinator

1974 Posts

Posted - 2003-11-18 : 12:02:45
Select @@version will work, but it doesn't translate the build number into a SP level for you, you have to know what the build number means. What is your build #?

-Chad

http://www.clrsoft.com

Software built for the Common Language Runtime.
Go to Top of Page
   

- Advertisement -