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 104351
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T01:16:05+00:00 2026-05-11T01:16:05+00:00

Our application uses a large product database that is updated once a day. Updates

  • 0

Our application uses a large product database that is updated once a day. Updates require a lot of time and resources. Thats why we update a backup of the product database and switch to it once the updates finished.

The only way to switch between databases right now is to misuse our loadbalancer. The application always uses the same ip to access the database server. The loadbalancer decides how this IP is resolved: After updates it uses the ip of the updated server.

This is a terrible hack. Is there any good way to switch between databases?

  • 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-11T01:16:05+00:00Added an answer on May 11, 2026 at 1:16 am

    It sounds like you’re only reading from the database. If that’s the case, check out SQL Server 2005’s snapshot capabilities. You can have a read-only snapshot of a database, and query it just like a regular database.

    Instead of pointing at your live database, point to a fixed snapshot name, like ReadOnlyCopy. Do your normal loads in the live database, and when the loads are done, drop the snapshot and take another one. The snapshot process is quite fast.

    This has some other advantages, too:

    • It avoids the cost/latency issues of the load balancer.
    • If your loads go horribly wrong, you can use the snapshot to insert/update records in the live database
    • It requires much less disk space since you don’t need twice the space for the two full copies
    • It frees up your backup/restore schedule so you can do it at the right time for the app instead of the right time for the daily loads

    Here’s a good article from Simple Talk explaining the concepts of 2005’s snapshots:

    http://www.simple-talk.com/sql/database-administration/sql-server-2005-snapshots/

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

Sidebar

Related Questions

We have an application that uses NHibernate to connect to our database on SQL
We just came across a weird bug in our application that uses the asp.net
Our application uses a XML configuation file. I thought that it would be nice
We have a requirement from a client to protect the database our application uses,
Our application (sadly) uses an MDB back-end database (I.e. JET engine). One of the
Our application uses an SQLite database file to hold some data in it. The
Our application uses a lot of configuration options. Those options need to be reflected
I work with an application that uses a large set of xml interfaces for
Our Web-Application uses Application cache (cache manifest) to restore HTML page and resources in
I have a large WPF application that uses a large number of styles, brushes,

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.