Viewing 6 posts - 16 through 21 (of 21 total)
Ok...
If I run the batch when I'm logged into the server, it works fine. I'm assuming it is using my credentials to access the network location.
As you can see from...
October 2, 2008 at 9:10 am
That is the code I'm using. In the SQL job's step, I have the following code:
exec xp_cmdshell "d:\sqlcode\runsql.bat"
The .bat file code is the following:
sqlcmd -S ECOM-VS-01 -i "d:\sqlcode\backorder.sql" -o...
October 1, 2008 at 12:17 pm
Since the account that SQL Agent is a member of a group that has write access to the network location, the SQL job should be able to write to the...
September 26, 2008 at 7:22 am
My account, ECOMSA01, is member of Domain Users.
Domain Users has write-access to this network location.
Am I missing something?
September 25, 2008 at 12:52 pm
I am unable to copy to the \\temp-shed-40 location either as a mapped drive or direct connection as a different domain user.
D: is a local drive to the SQL server...
September 25, 2008 at 12:19 pm
I'm not very familiar with Active Directory.
SQL Server is running under a domain account on the network. This account should have access to network resources.
How can I be sure?
Jason
September 25, 2008 at 7:18 am
Viewing 6 posts - 16 through 21 (of 21 total)