|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi can someone tell me how I can see which evrsion of SQL I have installed
and what service pack is installed thanks A |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Alex,
It is the build number found in: xp_msver --or-- SELECT @@VERSION Here is Steve Jones' list of RTM through SP2 build numbers. http://www.sqlservercentral.com/colu...jones/2960.asp RLF "Alex" <aph@hotmail.co.uk> wrote in message news:OAqBm0kwHHA.4132@TK2MSFTNGP02.phx.gbl... > Hi can someone tell me how I can see which evrsion of SQL I have installed > and what service pack is installed > > thanks > A > > |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
For a more comprehensive answer including the service pack, try
SELECT serverproperty('ProductVersion') AS Version, serverproperty('ProductLevel') AS ServicePack, serverproperty('Edition') AS Edition -- Rick Byham (MSFT) This posting is provided "AS IS" with no warranties, and confers no rights. "Russell Fields" <russellfields@nomail.com> wrote in message news:uhRcgYlwHHA.4612@TK2MSFTNGP04.phx.gbl... > Alex, > > It is the build number found in: > > xp_msver > --or-- > SELECT @@VERSION > > Here is Steve Jones' list of RTM through SP2 build numbers. > http://www.sqlservercentral.com/colu...jones/2960.asp > > RLF > > "Alex" <aph@hotmail.co.uk> wrote in message > news:OAqBm0kwHHA.4132@TK2MSFTNGP02.phx.gbl... >> Hi can someone tell me how I can see which evrsion of SQL I have >> installed and what service pack is installed >> >> thanks >> A >> >> > > |
|
![]() |
| Outils de la discussion | |
|
|