Re: MS03-031 and 818806
From: mike singer (nospam_zookeeper_at_wwwhr.com)
Date: 07/28/03
- Next message: Duncan Hsu: "Re: Access Denied after running MS03-031"
- Previous message: James Luetkehoelter: "Re: Exporting SQL users"
- In reply to: Chris Wood: "MS03-031 and 818806"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 28 Jul 2003 14:41:27 -0400
I have the same error
I took a looke at the .sql files that were stored as part of the package
using winrar and found this snipped of code.
if object_id('sp_setuserbylogin','X') IS NOT NULL
exec sp_dropextendedproc 'sp_setuserbylogin'
execute sp_addextendedproc 'sp_setuserbylogin','(server internal)'
go
grant execute on sp_setuserbylogin to public
go
exec sp_MS_marksystemobject 'sp_setuserbylogin'
go
After I ran that myself in master, the problem went away. I'm not sure why
it didn't run during the install which seemed to go fine.
"Chris Wood" <chris.wood@gov.ab.ca> wrote in message
news:uc78PfSVDHA.1812@TK2MSFTNGP11.phx.gbl...
> Hi,
>
> Looking at 818806 under More Information, it seems to imply that if you
will
> no longer be able to look at Backup/Restore info, on the updated server,
> from another SQL2000 server that has not been updated. It appears that
> console.exe is not a SQL client executable? It this all true?
>
> Thanks
>
> Chris Wood
> Alberta Department of Energy
> CANADA
>
>
- Next message: Duncan Hsu: "Re: Access Denied after running MS03-031"
- Previous message: James Luetkehoelter: "Re: Exporting SQL users"
- In reply to: Chris Wood: "MS03-031 and 818806"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|