6 Replies - 1048 Views - Last Post: 22 May 2012 - 07:37 PM

#1 prasad.weer  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 46
  • Joined: 10-November 11

Getting a Backup with 2 servers

Posted 04 May 2012 - 12:00 AM

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
Is This A Good Question/Topic? 0
  • +

Replies To: Getting a Backup with 2 servers

#2 modi123_1  Icon User is offline

  • Suitor #2
  • member icon



Reputation: 6438
  • View blog
  • Posts: 23,432
  • Joined: 12-June 08

Re: Getting a Backup with 2 servers

Posted 04 May 2012 - 07:59 AM

Like this?

http://msdn.microsof...y/ms190923.aspx
Was This Post Helpful? 0
  • +
  • -

#3 prasad.weer  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 46
  • Joined: 10-November 11

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")
Was This Post Helpful? 0
  • +
  • -

#4 modi123_1  Icon User is offline

  • Suitor #2
  • member icon



Reputation: 6438
  • View blog
  • Posts: 23,432
  • Joined: 12-June 08

Re: Getting a Backup with 2 servers

Posted 07 May 2012 - 09:38 PM

https://webcache.goo...n&ct=clnk&gl=us
Was This Post Helpful? 0
  • +
  • -

#5 prasad.weer  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 46
  • Joined: 10-November 11

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.....?
Was This Post Helpful? 0
  • +
  • -

#6 modi123_1  Icon User is offline

  • Suitor #2
  • member icon



Reputation: 6438
  • View blog
  • Posts: 23,432
  • Joined: 12-June 08

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
Was This Post Helpful? 0
  • +
  • -

#7 BBeck  Icon User is offline

  • D.I.C Addict
  • member icon

Reputation: 208
  • View blog
  • Posts: 562
  • Joined: 24-April 12

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.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1