Hi all,Task: I need a T-SQL HTML script,fetch a file from different domain.For this I am working in different domains.Domain 1: I am having my backup file.Domain 2: I have to fetch that files from domain-1 to this domain-2.Backup file has to be present in this system drive(e.g D:\ drive)This step has to be run through job in regular bases.(Day to day it should happen).Restore can be done by RESTORE statement.But I need that file from domain-1 how can fetch friends.Can you kindly provide me how to fetch backup file from different domain.Note : I cant use XP_CMDSHELL in my environment.So I am unable to use XP_CMDSHELL cmd in my script.Give me some good solution to this.Thank You All.
↧