I am looking for a quick way to copy a database on a regular basis from one server to another. I have Server1.db1 that I wish to copy and replace to Server2.db1
Depends on where these are located.
Have you tried looking at replication - this could be setup to run in one direction and send updates as and when they happen.
You then never need to copy the DB and replace.
"I'm living so far beyond my income that we may almost be said to be living apart
The servers are on the same network, one is a production server, the other test. We also have a Dev server. What we do is copy the production database to test, rename the db then apply updates from Dev and try to break it. We don't necessarily want up to date data, just a snapshot.
The only quick way I know of doing what you ask , is to use a compression backup tool to ensure the backup is as small as possible and then someone to copy the file over - you could setup a tool for doing this e.g. scheduled ftp etc, but depending on the frequency this might not make sense.
redgate SQL backup is a good tool and not expensive, there are others though.
"I'm living so far beyond my income that we may almost be said to be living apart
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.