Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 127585
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T05:30:00+00:00 2026-05-11T05:30:00+00:00

I have a pair of SQL Servers at different webhosts, and I’m looking for

  • 0

I have a pair of SQL Servers at different webhosts, and I’m looking for a way to periodically update the one server using the other. Here’s what I’m looking for:

  1. As automated as possible – ideally, without any involvement on my part once it’s set up.
  2. Pushes a number of databases, in their entirely (including any schema changes) from one server to the other
  3. Freely allows changes on the source server without breaking my process. For this reason, I don’t want to use replication, as I’d have to break it every time there’s an update on the source, and then recreate the publication and subscription
  4. One database is about 4GB in size and contains binary data. I’m not sure if there’s a way to export this to a script, but it would be a mammoth file if I did.

Originally, I was thinking of writing something that takes a scheduled full backup of each database, FTPs the backups from one server to the other once they’re done, and then the new server picks it up and restores it. The only downside I can see to this is that there’s no way to know that the backups are done before starting to transfer them – can these backups be done synchronously? Also, the server being refreshes is our test server, so if there’s some downtime involved in moving the data, that’s fine.

Does anybody out there have a better idea, or is what I’m currently considering the best non-replication way to go? Thanks for your help, everybody.

UPDATE: I ended up designing a custom solution to get this done using BAT files, 7Zip,command line FTP, and OSQL, so it runs in a completely automatic way and aggregates the data from a dozen servers across the country. I’ve detailed the steps in a blog entry.

Thanks for all your input!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T05:30:00+00:00Added an answer on May 11, 2026 at 5:30 am

    I’d write a .NET console app for this. Doing a backup is as easy as opening a SQL connection and executing a ‘BACKUP DATABASE [] TO DISK = N”. Then use the built in .NET FTP libraries to push it up to the other server. You can even throw in sharpziplib to zip it first. Then throw this into a scheduled task.

    On the other side, set up a Windows Service that watches the folder that the ftp transfers into with a FileSystemWatcher and then restores the backup when done.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 280k
  • Answers 280k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer perl -pe '$i += 1; chomp; @a = split /\t/;… May 13, 2026 at 3:44 pm
  • Editorial Team
    Editorial Team added an answer The problem is, that a TreeNode doesn't have a Enabled… May 13, 2026 at 3:44 pm
  • Editorial Team
    Editorial Team added an answer Just to give an example: Stack Overflow itself uses the… May 13, 2026 at 3:44 pm

Related Questions

I have a pair of SQL Servers at different webhosts, and I'm looking for
I want to have a database table that keeps data with revision history (like
No doubt I'm missing something really simple here but I just can't see the
I would like to cross-reference construct a distance chart similar to the one here
I have a question about the windows invariant culture. Succinctly, my question is: does

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.