(cross-post added to SQL Setup)
"ElinPelin" <ElinPelin@discussions.microsoft.com> wrote in message
news:2F1F32BA-7628-4DFF-A7B4-47211745F233@microsoft.com...
> Hi!
>
> I tried to update my laptop (vista) but 1 update just dont install. I get
> the errorcode 2B22 and I cant find it anywhere. The update is Microsoft SQL
> Server 2005 Express Edition Service Pack 2 (KB 921896). Help anyone?
>
> Thanks
Try searching for the decimal equivalent
<cmd_output OS="XPsp2 (without SPQ)"
F:\>set /a c = 0x2b22
11042
F:\>net helpmsg %c%
11042 is not a valid Windows network message number.
</cmd_output>
Perhaps the command net helpmsg 11042
shows something else on your system?
BTW you are more likely to find informed help from either a newsgroup
or forum which specializes in SQL. Cross-posting for convenience.
Also, try a web search which filters out posts which are likely to contain
answers:
http://forums.microsoft.com/TechNet/...3655&SiteID=17
(Live Search for
11042 SQL (MSFT | MVP) site:microsoft.com
)
Incredibly Live Search would not interpret OR as a Boolean operator!
That OR-bar is apparently essential for entering this search expression.
HTH
Robert Aldwinckle
---