Microsoft Windows Vista Community Forums - Vistaheads
Recommended Download - Clean, repair and optimize your system



Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.

Driver Scanner 2009 - Free Scan Now

Security Update for SQL Server 2000 Service Pack 4 (KB948110) fail

microsoft.public.windowsupdate




Recommended Fix - Fix Vista Errors and Optimize Performance

Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Driver Scanner 2009 - Free Scan Now
Reply
  #11 (permalink)  
Old 07-11-2008
 

Join Date: Jul 2008
Posts: 2
PsychBiller is on a distinguished road
Thanks: 0
Thanked 0 Times in 0 Posts
KB948110 fixed for me
I just spent 3 hours on the phone with Microsoft tech support to resolve this.

The patch installation uses the SQL SA user, which has sysadmin privileges. If you download and attempt to install the patch manually, you get a dialog box where you are asked to enter the SA password.

My SQL Server 2000 installation is the MSDE version bundled into a commercial product. The developers of the product will not tell the purchasers what the SA password is, and for good reason. Users could do some serious damage to the product's underlying database.

If you don't know the SA password, what can you do?

The manual installation gives you the option of logging on with Windows Authentication instead. It will look in the SQL installation to see if your Windows user ID has SQL sysadmin privileges. My user ID has Windows Administrator privileges, so it is automatically included in the SQL "BUILTIN\Administrators" group. But the developers of the commercial product had removed sysadmin privileges from the SQL "BUILTIN\Administrators" group as another way to protect the database.

The Microsoft rep used the OSQL utility, available even in the MSDE version, to logon to the server with my Windows user ID. The command for that is:

C:\>OSQL -S COMPUTER-NAME\SQL-SERVER-NAME -U WindowsID -P WindowsPassword

Next, we looked for SQL users that had sysadmin privileges:

1> exec sp_helpsrvrolemember 'sysadmin'
2> go

I was very, very lucky that the list returned by this command included another user I recognized as part of the commercial product, AND I knew how to get the password for it. By the way, "exit" is how to get out of the OSQL utility.

We logged back on to the server with OSQL using that SQL user I recognized:

C:\>OSQL -S COMPUTER-NAME\SQL-SERVER-NAME -U SQLUser -P SQLPassword

Now we could give my Windows user ID the sysadmin privilege (the single quotes are required):

1> exec sp_addsrvrolemember 'COMPUTER-NAME\WindowsUser','sysadmin'
2> go
''COMPUTER-NAME\WindowsUser' added to role 'sysadmin'.

Finally, we ran the patch installation again and this time, just clicked Next to accept the default authentication, which is Windows, not SQL. It worked! The patch installed. No special command line switches were necessary; I just typed the name of the file I downloaded.

I didn't want to leave that security window open, so I used OSQL to remove the sysadmin privilege from my Windows user when I was finished (the single quotes are required):

1> exec sp_dropsrvrolemember 'COMPUTER-NAME\WindowsUser','sysadmin'
2> go

I haven't had good experiences with Microsoft support in the past, but this representative did an excellent job. He was located in India, but his English, troubleshooting skills, and product knowledge were refreshingly good. And he used his real name!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #12 (permalink)  
Old 07-13-2008
shoneinc
 

Posts: n/a
RE: Security Update for SQL Server 2000 Service Pack 4 (KB948110)
I also have the same problem. No solution is posted.

"Leo the Lionhearted" wrote:

> I have the same problem. I do not see a solution posted.
> Leo
> --
> Good Selling
>
>
> "Eric H" wrote:
>
> > Security Update for SQL Server 2000 Service Pack 4 (KB948110) will not
> > install. I have tried to install it 8 times and it fails every time. I have
> > rebooted multiple times and it still fails. After failing, the Microsoft
> > Update Icon reappears notifying be of an update to install.
> >
> > Running XP Pro with all updates to date (except this one).
> > --
> > Eric H

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 07-13-2008
 

Join Date: Jul 2008
Posts: 2
PsychBiller is on a distinguished road
Thanks: 0
Thanked 0 Times in 0 Posts
Did you try what worked for me?

Security Update for SQL Server 2000 Service Pack 4 (KB948110) fail
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 07-13-2008
shoneinc
 

Posts: n/a
Re: Security Update for SQL Server 2000 Service Pack 4 (KB948110)
I didn't try as I have no idea what "patch installation you sugested let
alone a request for the SQL SA user, which has sysadmin privileges. If you
download and attempt to install the patch manually, you get a dialog box
where you are asked to enter the SA password."


"PsychBiller" wrote:

>
> Did you try what worked for me?
>
> http://tinyurl.com/5merew
>
>
> --
> PsychBiller
> Posted via http://www.vistaheads.com
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 07-14-2008
Benny's Dad
 

Posts: n/a
RE: Security Update for SQL Server 2000 Service Pack 4 (KB948110) fail
My experience is same as Ric H. I don't talk technical shorthand. At this
point I just want the Update Icon to go away until MS sends a fix that works
without operator intervention.

"Eric H" wrote:

> Security Update for SQL Server 2000 Service Pack 4 (KB948110) will not
> install. I have tried to install it 8 times and it fails every time. I have
> rebooted multiple times and it still fails. After failing, the Microsoft
> Update Icon reappears notifying be of an update to install.
>
> Running XP Pro with all updates to date (except this one).
> --
> Eric H

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 07-14-2008
shoneinc
 

Posts: n/a
RE: Security Update for SQL Server 2000 Service Pack 4 (KB948110)
Yes – I am in total agreement with Benny’s Dad.

"Benny's Dad" wrote:

> My experience is same as Ric H. I don't talk technical shorthand. At this
> point I just want the Update Icon to go away until MS sends a fix that works
> without operator intervention.
>
> "Eric H" wrote:
>
> > Security Update for SQL Server 2000 Service Pack 4 (KB948110) will not
> > install. I have tried to install it 8 times and it fails every time. I have
> > rebooted multiple times and it still fails. After failing, the Microsoft
> > Update Icon reappears notifying be of an update to install.
> >
> > Running XP Pro with all updates to date (except this one).
> > --
> > Eric H

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 07-15-2008
Kodiak_ABA
 

Posts: n/a
Re: Security Update for SQL Server 2000 Service Pack 4 (KB948110) fail
Has anyone come accross a FIX for installing SQL Server 2000 Service Pack 4 (KB948110)?


--
Free News Reader
http://put.hk
http://put.hk/reader/news.microsoft....owsupdate.html

PA Bear [MS MVP] <PABearMVP@gmail.com> wrote:
> keep reading...
> Leo the Lionhearted wrote:
> > I have the same problem. I do not see a solution posted.
> > Leo
> >
> >> Security Update for SQL Server 2000 Service Pack 4 (KB948110) will not
> >> install. I have tried to install it 8 times and it fails every time. I
> >> have rebooted multiple times and it still fails. After failing, the
> >> Microsoft Update Icon reappears notifying be of an update to install.
> >>
> >> Running XP Pro with all updates to date (except this one).
> >> --
> >> Eric H



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 07-15-2008
theloniouscoltrane
 

Posts: n/a
Re: Security Update for SQL Server 2000 Service Pack 4 (KB948110)
While I appreciate the work that PsychBiller did in transcribing his fix, he
could have said in Romanian and it wouldn't have been any more difficult to
understand.

Is there anyone out there who knows the solution and can explain it to
non-geeks.


"PsychBiller" wrote:

>
> I just spent 3 hours on the phone with Microsoft tech support to
> resolve this.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 07-15-2008
theloniouscoltrane
 

Posts: n/a
RE: Security Update for SQL Server 2000 Service Pack 4 (KB948110)
SOLUTION

I got a hold of someone at Windows Live One Care and approached it as I
didn't like the fact that my One Care sign was showing I needed to do an
update.

I use XP SP2. He figured out the problem immediately. Unless you have the
business system or Win 2000, this update doesn't apply. The SQL server is
something the rest of us don't even have.

So, you click on the warning thing in your systray and when it comes up,
pick advanced. On the following page, you'll see the program it wants to
install. Uncheck that. Then I can't remember if it pops up later or if
there's another check box, but you'll get a question along the lines of Do
you want to... or maybe its a box that says Don't remind me. Anyway something
that gives you the option of saying don't ever tell me I have to install this
up date again. Click out and you're done.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 07-24-2008
 

Join Date: Jul 2008
Posts: 1
mandoXXXFoo is on a distinguished road
Thanks: 0
Thanked 0 Times in 0 Posts
security update fails
I'm having the same problem.
My Summary.txt file says :

Product : Database Services (SQLEXPRESS)
Product Version (Previous): 3068
Product Version (Final) :
Status : NA
Log File :
SQL Express Features :
Error Description : The edition of product instance SQLEXPRESS does not qualify for this update.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Code 737D Error - Security Update for SQL Server 2005 Service Pack Raj microsoft.public.windowsupdate 31 10-16-2009 08:22
Security Update for SQL Server 2005 Service Pack 2 (KB948109) mizsub microsoft.public.windowsupdate 23 08-01-2009 17:15
Security update for SQL Server 2005 Service Pack 2 Error Code 64C taward microsoft.public.windowsupdate 8 03-19-2009 05:52
RE: Security Update for .NET, V1.1 Service Pack KB929729 won't ins Doug microsoft.public.windowsupdate 0 11-13-2007 13:14
Security World: Security features of Microsoft Exchange Server 2007 Service Pack 1 Steve Security News 0 08-14-2007 18:41




All times are GMT +1. The time now is 09:04.




Driver Scanner - Free Scan Now

Vistaheads.com is part of the Heads Network. See also XPHeads.com and Win7Heads.com.


Funny Commercials to make you laugh :-)

Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119