Im having a issue with a backup script. It copy's our DB from one server to another at night. Its a simple xcopy batch. The odd part is that if we run it manually (click on the batch file) it takes about 5 mins to copy 3gb of data from a NT4 server to a win2k3 server. If I run it as a AT scheduled service it is taking over 20 minutes to run.
Any ideas what is going on?
Im going to rework the batch using robocopy, however it makes no sense the disparity when running it manually as opposed to as a AT command.
BTW: the server running the script is a NT4 server, pushing the data onto the win 2k3 server.
Any ideas what is going on?
Im going to rework the batch using robocopy, however it makes no sense the disparity when running it manually as opposed to as a AT command.
BTW: the server running the script is a NT4 server, pushing the data onto the win 2k3 server.