Link to home
Start Free TrialLog in
Avatar of arthrex
arthrexFlag for Germany

asked on

Backup in DMZ via SQL Server Agent

I need to run a backup for server A. On server A we have SQL-Express.
I would like to do this via SQL Server Agent on server B >> SQL Server 2005.
The problem is, that both Servers are in the DMZ.
The agent runs under NT-Authority.
If I run the maintainance plan the backups works, because it's running in sa-context.
If I run it via agent it's fainling because NT-Authority has no access.
So how is it possible to run the agent properly?

Thanks a lot
arthrex
Avatar of rboyd56
rboyd56

SQL Server Agent jobs can run via a proxy account. You should be able to set up a proxy acount with the necessary permissions on the A server so it can backup the databases on that server. I am assuming that the problem you are having is that the NT-Authority account on server B cannot access Server A.
Avatar of arthrex

ASKER

Thanks a lot rboyd56.
But how do I set up a proxy account?
Do you mean a normal local user on Server A?
Avatar of arthrex

ASKER

ok I found were to add an proxyuser and credentials.
but with which user do i have to do this?
I created a new local user (administrator) on server A.
under this new account runs the sqlserveragent. wht do I have to do now?
please help!
thanks a lot
arthrex
ASKER CERTIFIED SOLUTION
Avatar of arthrex
arthrex
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Closed, 500 points refunded.
Vee_Mod
Community Support Moderator