RE: Identifying the SP3 and SP3a



Hi

Not that I know of. This discussion has come up a few times already and the
file way is the way to do it.

Regards
--------------------------------
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland

MVP Program: http://www.microsoft.com/mvp

Blog: http://www.msmvps.com/epprecht/



"Harshal" wrote:

> I want to identify the machines installed with SP3 and SP3a, the readme doc
> of SP3a says the above can be done by looking at the version of Ssnetlib.dll
> in the default folder of SQL installation. But at present I don't have the
> liberty to do so.
> Is there any other reliable way to figure out the presently installed
> service pack on the machine, a way safely identify machines with SP3 from
> machines with SP3a.
> I have tried using the following command but the result is same for SP3 and
> SP3a
>
> SELECT 'SQL Server '
>
> + CAST(SERVERPROPERTY('productversion') AS VARCHAR) + ' - '
>
> + CAST(SERVERPROPERTY('productlevel') AS VARCHAR) + ' ('
>
> + CAST(SERVERPROPERTY('edition') AS VARCHAR) + ')'
>
> Machine with SP3
>
> SQL Server 8.00.760 - SP3 (Standard Edition)
>
> Machine with SP3a
>
> SQL Server 8.00.760 - SP3 (Standard Edition)
>
> Why is that Microsoft hasn't made the appropriate changes to reflect the
> right service pack installed on the machine, is SP3a special?
>
>
> Thanking You in Anticipation
> Harshal
.



Relevant Pages

  • Sql server 2005 express installation problem and possible solution
    ... The sql server 2005 express installation targets are XP and Vista OS-based ... such computers of all XP-based computers out there? ... If it's true we need to get out MS sql server 2005 express sp3 shop asap. ...
    (microsoft.public.sqlserver.setup)
  • Re: SQL SP3A
    ... SP3a is a service pack which needs to be installed on your sql server ... What you need to do is down load the Sp3a and extract the file to ... will automatically sense the existing sql server installation change the ...
    (microsoft.public.sqlserver.security)
  • Re: Installing/Moving SQL Server 2000 on to SBS 2003 Standard Edition
    ... SBS2003 requires SQL2000 SP3. ... to install SQL saying SP3 is required. ... Initial SQL Server installation media has to be a certain Service ...
    (microsoft.public.windows.server.sbs)
  • Identifying the SP3 and SP3a
    ... in the default folder of SQL installation. ... a way safely identify machines with SP3 from ... machines with SP3a. ...
    (microsoft.public.sqlserver.setup)
  • Re: SQL 2k Version
    ... means your sql server 2000 is running with SP3. ... But most changes introduced in SP3a are related to Setup, ... > I was wondering is this the latest version of the Dev edition ...
    (microsoft.public.sqlserver.server)

Quantcast