|
Hello All, I have a job that creates backups of one database on a daily basis. I need to know how I could send this backup to a drive on another server. At first I tried to replicate the database all last week but with no success. I am technically a begginer with SQL Server 2005 and SQL Server 2008 so please bear with me. Any help on this situation would be appreciated.
(comments are locked)
|
|
Is this a hand crafted job or are you using maintenance plans to accomplish the backup? In either case, you can change the target of the backup to use UNC paths or a mapped drive. Keep in mind that depending on where the target location is located (both physically and logically on the network) the backup time might increase so I would test it to make sure that it falls within the ranges of your SLA requirements. For example, via code: via a maintenance plan:
Also, here is a forum post that might help: http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=6096 as well. Hope this helps!! @John Morehouse I am using a maintenance plan to create the backups. I believe this will work. Once again you have been a very big help to me. Thank you so much!
Feb 20 '12 at 03:52 PM
cdurham
Awesome!! Very glad that I could help!
Feb 20 '12 at 05:29 PM
JohnM
I would like to add that for backuprestore process on remote machine SQL Service should be run under domain account.
Feb 21 '12 at 04:58 AM
Amardeep
(comments are locked)
|


