Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jugal.shah
Starting Member
1 Post |
Posted - 2007-09-10 : 02:44:54
|
We are working on data synchronization application. This application will synchronize data which are stored in flat file on several client machines generated by windows application to central database (Probably My SQL or SQL Server).This application/agent will continuously monitor all the modifications done by windows application on client machine and then synchronized data with the central database.Currently we are looking for unidirectional synchronization i.e. from client to server only.If you have worked on similar kind of project, it would be great help if you share technology/architecture used in your application.Thanks & Regards,Jugal Shah |
|
kishore_pen
Starting Member
49 Posts |
Posted - 2007-09-10 : 04:02:40
|
You can use DTS Pacakge in SQL 2000, Integration Services in SQL 2005. |
|
|
|
|
|