Re: MS Desktop Engine 2000

From: Richard Waymire [MSFT] (rwaymi@online.microsoft.com)
Date: 02/03/03


From: "Richard Waymire [MSFT]" <rwaymi@online.microsoft.com>
Date: Mon, 3 Feb 2003 11:55:05 -0800


On your command line what exactly did you have for instancename? If you
specified servername it wouldn't work - it needs to either be omitted if
it's a default instance (the INSTANCENAME parameter, that is), or the part
from the service name after the "$". So if your service is MSSQL$MSDE1 then
the instancename=MSDE1 is what's needed.

--
Richard Waymire, MCSE, MCDBA
This posting is provided "AS IS" with no warranties, and confers no rights.
"Vinod" <mvinod@yahoo.com> wrote in message
news:OECC#b7yCHA.1840@TK2MSFTNGP12...
> same problem for me ..I have MSDE2000 RTM version I used following command
> to upgrade it to SP3
>
> C:\sql2ksp3\MSDE\setup.exe /upgradesp SQLRUN INSTANCENAME=<SERVERNAME>
> BLANKSAPWD=1
>
> it installs something and after that when I use the following command to
> check if version is applied
>
> SELECT  SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'),
> SERVERPROPERTY ('edition')
>
> I get the same old RTM version info..does that means SP3 not applied
>
> pls help I am facing this problem seriously
>
>
>
> "Richard Waymire [MSFT]" <rwaymi@online.microsoft.com> wrote in message
> news:#Xu1tGNyCHA.2712@TK2MSFTNGP12...
> > so is this instance the NETSDK instance?
> >
> > Run
> >
> > osql -E -Syourservername\NETSDK -Q"select @@version"
> >
> > and it should return
> >
> > Microsoft SQL Server  2000 - 8.00.760 (Intel X86)
> >  Dec 17 2002 14:22:05
> >  Copyright (c) 1988-2003 Microsoft Corporation
> >  Desktop Engine on Windows NT 5.1 (Build 2600: Service Pack 1)
> >
> > If it's been patched - note the top - 8.00.760.  If it's 8.00.194 it's
an
> > unpatched MSDE install.
> >
> > --
> > Richard Waymire, MCSE, MCDBA
> >
> > This posting is provided "AS IS" with no warranties, and confers no
> rights.
> > "Senthil" <senthilss@yahoo.com> wrote in message
> > news:0ab201c2c8cf$0d4e3590$8af82ecf@TK2MSFTNGXA03...
> > > Hi, I can't able to apply any patch for MS Desktop engine
> > > ver 8.00.194
> > >
> > > If I run .net SDK patch the sqlscan still detects this
> > > system is vulnurable.
> > >
> > > Could anybody help where to get the patch?
> > >
> > > Thanks in advance
> > >
> > > Senthil
> >
> >
>
>


Relevant Pages