Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. How to syschronize sql server 2000: need help, please....

How to syschronize sql server 2000: need help, please....

Scheduled Pinned Locked Moved Visual Basic
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    JustmeNick
    wrote on last edited by
    #1

    Hey everyone, I am working on this project, mostly database driven. this is what it is about:- The user interface is install on three computer in different location while the database is kept on another computer in a seperate location, which means all three computers has to connected to this sql server to enter and retrive data. That means if the server goes down.. neither of these location will be able to continue there work. What i am thinking about now, is to install sql server on all three machine so that data is stored at each location and at the end of each day all the data from the three location would be uploaded or Synchronized to the main database. Problem.. how do i get all three database to Synchronize with the main database? Do i have to hard code this to happen or is there a feature that does this in sql 2000... your help would be highly appreciated... thanks.

    Nab

    L 1 Reply Last reply
    0
    • J JustmeNick

      Hey everyone, I am working on this project, mostly database driven. this is what it is about:- The user interface is install on three computer in different location while the database is kept on another computer in a seperate location, which means all three computers has to connected to this sql server to enter and retrive data. That means if the server goes down.. neither of these location will be able to continue there work. What i am thinking about now, is to install sql server on all three machine so that data is stored at each location and at the end of each day all the data from the three location would be uploaded or Synchronized to the main database. Problem.. how do i get all three database to Synchronize with the main database? Do i have to hard code this to happen or is there a feature that does this in sql 2000... your help would be highly appreciated... thanks.

      Nab

      L Offline
      L Offline
      leckey 0
      wrote on last edited by
      #2

      My recommendation is to have a backup server that mirrors the other server on a regular basis. I think you are going to have a real headache with trying to synchronize at the end of the day. I don't know of anyone who does it that way.

      _________________________________________ You can't fix stupid, but you can medicate crazy.

      J 1 Reply Last reply
      0
      • L leckey 0

        My recommendation is to have a backup server that mirrors the other server on a regular basis. I think you are going to have a real headache with trying to synchronize at the end of the day. I don't know of anyone who does it that way.

        _________________________________________ You can't fix stupid, but you can medicate crazy.

        J Offline
        J Offline
        JustmeNick
        wrote on last edited by
        #3

        thanks, would you suggest that i write a utility program to do so? one that copies all table to the backup database...and at the same time be able to access the information from server level or standalone at anytime..

        Nab

        D 1 Reply Last reply
        0
        • J JustmeNick

          thanks, would you suggest that i write a utility program to do so? one that copies all table to the backup database...and at the same time be able to access the information from server level or standalone at anytime..

          Nab

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          No. You let SQL Server handle the replication between two servers.

          Dave Kreskowiak Microsoft MVP - Visual Basic

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups