dbTalk Databases Forums  

Sharing data between different application databases

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Sharing data between different application databases in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
lstainer@accans.co.uk
 
Posts: n/a

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


Reply With Quote
  #2  
Old   
SQL
 
Posts: n/a

Default Re: Sharing data between different application databases - 12-09-2005 , 08:07 AM






You could accomplish this with triggers or have a scheduled job that
runs every n minutes and kick off a DTS package /Stored proc
If it was in the same format I would say go for replication but it
looks like that is not the case


http://sqlservercode.blogspot.com/


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.