Re: cannot deliver sp_repldropcolum schema change
- From: "Paul Ibison" <Paul.Ibison@xxxxxxxxxxxxx>
- Date: Fri, 17 Nov 2006 15:17:44 -0000
I don't think db_owner is enough in your case. I haven't tested this, but it
makes sense to me that if this login is not part of the sysadmin server role
then the proxy account is required, which isn't configured on your system. I
am familiar with the proxy running for jobs, but you are using an activex
control. Even so, it might be worth testing this. You have the system
working when you use a sysadmin - now use the original login, but first add
a proxy account that is a local administrator and see if this works:
EXEC master.dbo.xp_sqlagent_proxy_account 'SET',
'NETDOMAIN', -- agent_domain_name
'ralph', -- agent_username
'RalphPwd', - agent password
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com .
.
- References:
- Re: cannot deliver sp_repldropcolum schema change
- From: Paul Ibison
- Re: cannot deliver sp_repldropcolum schema change
- From: Paul Ibison
- Re: cannot deliver sp_repldropcolum schema change
- From: Aline
- Re: cannot deliver sp_repldropcolum schema change
- From: Paul Ibison
- Re: cannot deliver sp_repldropcolum schema change
- From: Paul Ibison
- Re: cannot deliver sp_repldropcolum schema change
- From: Paul Ibison
- Re: cannot deliver sp_repldropcolum schema change
- From: Paul Ibison
- Re: cannot deliver sp_repldropcolum schema change
- From: Paul Ibison
- Re: cannot deliver sp_repldropcolum schema change
- Prev by Date: Re: cannot deliver sp_repldropcolum schema change
- Next by Date: Re: cannot deliver sp_repldropcolum schema change
- Previous by thread: Re: cannot deliver sp_repldropcolum schema change
- Next by thread: Re: cannot deliver sp_repldropcolum schema change
- Index(es):
Relevant Pages
|