Sharing data between different application databases -
12-09-2005
, 05:14 AM
I have two sqlserver2k databases on different servers on the same
network. I need to push recently inserted/updated data from one to the
other, but the databases have different schemas, i.e. the data needs to
be transformed during transfer. Also I need this synchronisation to be
as close to real-time as possible.
I am not a database expert, I am a C# coder. What would be my best
solution? |