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.
| 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_msverThanks" |
|
|
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 #?-Chadhttp://www.clrsoft.comSoftware built for the Common Language Runtime. |
 |
|
|
|
|
|