|
Re: Scheduled Tasks
For some reason, this does not work in Scheduled tasks, it runs fine manually when I run it from command prompt. Here is the bat file contents, very simple, but does not work. Now, the xcopy process takes over 2 hours on this. I noticed the scheduled tasks result is 0x0, which is ok and the log shows that it ran, but it did not. Any ideas?
net use f: \\192.168.1.101\f$ /user:server1\administrator password
start "SQL COPY" /min xcopy "c:\program files\microsoft sql server\mssql\backup\*.*" f:\backups\backup09\*.*
|