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

  • SEARCH
  • Home
  • 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

Related Questions

Using SQL Server, have a name value pair table. Each row is basically userid,
I have a pair of static fields with a complicated one-time initialization. I want
I am writing an addin into Sql Server Management Studio, using the Visual Studio
I have mapped Entity framework entities. Each table in SQL Server 2008 contains Timestamp
I am building a database using SQL Server 2008 to store prices of securities
I have multi databases in SQL Server. And database design such as Database1 Database1_Tmp,
I have a SQL Server table full of training course progress. I want to
I have a stored procedure in SQL 2005 that calculates distance using the Haversine
I have a SQL Server 2005 Service Broker queue ProductChangeMessages and a Service Broker
Please help me with the following situation: In SQL Server 2008 I have a

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.