I have the ff: scenario,
I have two servers, 1 outside(ServerB), 1 inside a domain(ServerA)
ServerA has an sp that uses xp_cmdshell to call a batch file from ServerB
Inside the batch file is an "XCOPY", when I execute the stored procedure I'm getting an "ACCESS IS DENIED" message,
I know it has something to do with permission but who's permission, where do I start?