Question : Automatic MS SQL backup and save it in a remote location

Hello,

I have a ASP.NET application using MS SQL server 2008, How can I automate my database backup and upload/save the backup file in a remote location .

I'm using a shared hosting, So the hosting server and SQL server are different. So I need to save the sql backfile in my hosting server/

Please advise.
Abhishek

Answer : Automatic MS SQL backup and save it in a remote location

well, there is no inbuilt facility in SQL Server which can do it. if you are in same network, though both server are different, use UNC path. otherwise keep backup of your SQL Server machine itself somewhere in FTP account, write script in your asp.net to copy backup file from remote SQL Server location and paste it in asp.net server. though it is depends on how much system resource you have and how fast network you are using?
Random Solutions  
 
programming4us programming4us