jemckinney
MIS
I have been tasked to find the best way to backup/move our log files. I have been using the database maintenance to setup the backup for my database and log files. In the log file backup job, i want to setup a second step to move those files to a different server. I've been able to move them to a different folder on the same server using xcopy and setting it as a cmdexec type, but that does not obviously work for a different server. We cannot do log file shipping because it is not a standby sql server for just one database. I have a .bat file that currently moves them on a schedule task, but they want the second step in sql db maintenance task. Any ideas or scripts I can use as step 2? I would be soooo greatful!