Re: Question about Service Pack
- From: "Dan Guzman" <guzmanda@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 04 Sep 2005 17:43:57 GMT
You are running SQL Server 2000 SP4. The SP2 in the @@VERSION string is the
OS service pack level.
--
Hope this helps.
Dan Guzman
SQL Server MVP
"SQL Server" <alderran666@xxxxxxxxx> wrote in message
news:1125853679.498850.278490@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> In query analyzer
>
> If I run this
> SELECT @@version
> I get this result
> -------------------------------------------------------
> Microsoft SQL Server 2000 - 8.00.2039 (Intel X86)
> May 3 2005 23:18:38
> Copyright (c) 1988-2003 Microsoft Corporation
> Personal Edition on Windows NT 5.1 (Build 2600: Service Pack 2)
>
>
> (1 row(s) affected)
>
> If I run this
> SELECT CONVERT(char(20), SERVERPROPERTY('ProductLevel'))
> I get this result
> --------------------
> SP4
>
> (1 row(s) affected)
>
> What's the deal am I at SP2 or SP4?
>
.
- References:
- Question about Service Pack
- From: SQL Server
- Question about Service Pack
- Prev by Date: Question about Service Pack
- Next by Date: Re: Question about Service Pack
- Previous by thread: Question about Service Pack
- Next by thread: Re: Question about Service Pack
- Index(es):
Relevant Pages
|