Re: Version # and Service Patch
From: Sebastian K. Zaklada (szaklada-dont-like-spam_at_skilledsoftware.com)
Date: 03/09/04
- Next message: Peter Junell: "Problems deleting transaction log files older than x days"
- Previous message: FROP: "Re: Version # and Service Patch"
- In reply to: FROP: "Re: Version # and Service Patch"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 9 Mar 2004 11:11:43 +0100
FROP wrote:
> So there's no way to differentiate between SP3 and SP3a?
For SP3 and SP3a @@VERSION returns 8.00.760 and SELECT
SERVERPROPERTY('ProductLevel') a product level of SP3
See SP3 readme
http://support.microsoft.com/default.aspx?scid=/support/servicepacks/SQL/2000/SP3ReadMe.asp
Distinguishing Between SP3 and SP3a
------------
To determine whether you have SP3 or SP3a installed, look at the version
number of the Net-Library file, Ssnetlib.dll. If the version number of this
file is 2000.80.760.0, you have SP3; if the version number of this file is
2000.80.766.0, you have SP3a.
Assuming that an instance was installed using the default settings, you can
find the Ssnetlib.dll file in one of these locations:
- Default instance: C:\Program Files\Microsoft SQL Server\Binn\Ssnetlib.dll
- Named instance: C:\Program Files\Microsoft SQL
Server\MSSQL$<InstanceName>\Binn\Ssnetlib.dll
To find out whether you have the SP3 or SP3a setup folders, open the
SP3Readme.htm file and read the first page. The service pack version, SP3a
or SP3, is listed at the top of the first page.
sincerely,
-- Sebastian K. Zaklada Skilled Software http://www.skilledsoftware.com This posting is provided "AS IS" with no warranties, and confers no rights.
- Next message: Peter Junell: "Problems deleting transaction log files older than x days"
- Previous message: FROP: "Re: Version # and Service Patch"
- In reply to: FROP: "Re: Version # and Service Patch"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|