tomschafer
Technical User
I am trying to run a batch file using xp_cmdshell that uses files from a remote server. But I'm even having problems running simple dos commands. For example...
master..xp_cmdshell 'dir \\remoteserver\c$\*.*'
Output= "Access Is denied."
Logged in to SQL as SA, Logged in to NT as Admin on both boxes. On an NT 4.0, SQL 6.5 network. SQL is using integrated security. I think the problem may be the permission I have on the remote hard drive, but I can not get this to work even if I give "Everyone" "Full Control".
Thanks!!!
master..xp_cmdshell 'dir \\remoteserver\c$\*.*'
Output= "Access Is denied."
Logged in to SQL as SA, Logged in to NT as Admin on both boxes. On an NT 4.0, SQL 6.5 network. SQL is using integrated security. I think the problem may be the permission I have on the remote hard drive, but I can not get this to work even if I give "Everyone" "Full Control".
Thanks!!!