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 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

Ask A Question

Stats

  • Questions 120k
  • Answers 120k
  • 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 If you can use .NET 3.5 and System.Data.DataSetExtensions.dll, you might… May 12, 2026 at 12:00 am
  • Editorial Team
    Editorial Team added an answer The problem has nothing to do with Rails. Both SyncEnumerator… May 12, 2026 at 12:00 am
  • Editorial Team
    Editorial Team added an answer Store as integers in your database (number of seconds, probably).… May 12, 2026 at 12:00 am

Related Questions

I am working on a software development project that uses code written primarily in
I have a large WPF application that uses a large number of styles, brushes,
On a quest to migrate some new UI into Managed/C# land, I have recently
I've actually asked about this already in this post although we've gone back to

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.