(cross-post addded to SQL Setup)
"Alex396" <Alex396@discussions.microsoft.com> wrote in message news:A9FB187F-79CF-4D8E-AF92-91CFD9E28A57@microsoft.com...
> [Subject: Microsoft SQL Server 2005 Express Edition Service Pack 3 (KB955706
]
>I have tried to install this update at least ten times now it will never
> install.
>
> I even used system restore to warp back and tried to install it again with
> no luck even after installing all the other current updates. I have 11.3GBs
> free on my stem drive and the update is 55.7MBs. Why does this update not
> install. I have 55.0GBs free on my second drive.
>
> Could someone help me please it gives the error codes
> WindowsUpdate_00006D9E WindowsUpdate_dt000
> after it cannot install the update but I cannot find any information on the
> update errors on Microsofts Website.
Try converting your hex code to decimal and then do a search with that.
In fact, you may find that with SQL Server installed it might even tell you
what it means. E.g. try the following two commands in a cmd window:
<cmd_output OS="XPsp3">
E:\>set /a c = 0x6D9E
28062
E:\>net helpmsg %c%
</cmd_output>
Does that command: net helpmsg 28062
show you anything interesting?
>
> Plese Help???
Otherwise try a web search...
Here's an answer to a similar question regarding an older service pack
http://social.msdn.microsoft.com/For...-0f68f5658061/
(Microsoft Search for
28062 SQL (MSFT OR MVP)
- second of 5 hits
)
BTW once your symptoms are independent of the update distribution
mechanism, you are more likely to find help for problems with an install
of an update from a newsgroup or forum which specializes in the product
being updated. Cross-posting to an SQL NG for convenience.
Good luck
Robert Aldwinckle
---