Any help from all the SQL Guru's will be appreaciated.
I am looking for a T-SQL script that I can use to transfer transaction logfiles constant from one server's folder to another remote server's folder. I can add this script or logic inside a sql task in ssis or inside an execute process task in ssis. Transaction log occurs every 15 mins on the source server and will need to be transfered to the destination server. The only option for this is throught FTP but I need the code for the process.
Also I will need a script to delete files from the remote server older than 7 days.
Thanks as always.