There are 2 servers. (I named those 2 servers in this post as "server1" and "server2". Those 2 servers are link together via VPN) i want to backup server1 data to server2. This should be done automatically in every day in some fix time. I know how to back up server1 data to some location of server1. But Still i couldn't find a way to do this with 2 servers. PLEASE TELL ME HOW TO DO THIS.
Server version: SQL server 2008
Getting a Backup with 2 servers
Page 1 of 16 Replies - 1048 Views - Last Post: 22 May 2012 - 07:37 PM
Replies To: Getting a Backup with 2 servers
#2
Re: Getting a Backup with 2 servers
Posted 04 May 2012 - 07:59 AM
#3
Re: Getting a Backup with 2 servers
Posted 07 May 2012 - 08:56 PM
Modi, nothing in this link.....
("This Topic Is No Longer Available")
("This Topic Is No Longer Available")
#4
Re: Getting a Backup with 2 servers
Posted 07 May 2012 - 09:38 PM
#5
Re: Getting a Backup with 2 servers
Posted 08 May 2012 - 01:33 AM
Actually modi the problem is I want to back up on schedule by using SQL management studio. Is there any method for doing it.....?
#6
Re: Getting a Backup with 2 servers
Posted 08 May 2012 - 06:52 AM
You would either schedule something in the command line with the 'schedule tasks' in the OS's control panel or fiddle with the jobs.
http://msdn.microsof...y/ms191439.aspx
http://msdn.microsof...y/ms191439.aspx
#7
Re: Getting a Backup with 2 servers
Posted 22 May 2012 - 07:37 PM
What you probably want to do is backup to a local hard-drive, then copy the backup file to the other computer. It's a really bad idea to backup across the network, because you can actually lock up the database that way if lag gets serious enough. Generally, you want to backup to a local file, which is quick and easy. Then do a straight forward file copy to the other location.
I assume you are not trying to automatically restore to the second server. If that's the case, you should be looking at either log shipping, replication, or database mirroring. Snapshot replication is pretty much the easiest to implement.
I assume you are not trying to automatically restore to the second server. If that's the case, you should be looking at either log shipping, replication, or database mirroring. Snapshot replication is pretty much the easiest to implement.
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote






|