![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hey All, I am a developer and I was put on a project to do some data transfers, so I am new to the SQL Server thing. Here is my situation: I have an application that will run independently on 2 different boxes. Each box will have a copy of my application and a full version of SQL Server on it. (Lets call the 2 boxes Box1 and Box2). All day both boxes take registrations and at the end of the day I need to take the new and changed information off box1 and either add it or over right the information on box2 which is my main box. Let me just say that on every record I have a update date and an insert date. Basicly at the end of the day I have no problem writing a file with all the stuff that has either been update or inserted onto box1 to XML so that will give me a text file with everything that will need to be delt with. What I am looking for is some "easy" way to take that data and compare it with the current data that is on box2 and either insert it, add it, or do nothing because the data on box2 is newer. If someone could drop me a line maybe with some direction or tell me what I should be looking at that would be great. Sean |
![]() |
| Thread Tools | |
| Display Modes | |
| |