Keeping databases the same

witzulu

Member
Joined
Jul 3, 2004
Messages
20
Programming Experience
3-5
Hi

I have 2 databases on different locations. and need to ensure that they are syncronised daily.

I have never used webservices and was wondering if this could be used?.

If so could you suggest some good tutorials please

Thank you
 
And are we talking about just the data, or the table structure as well (Tables, stored procs, views, etc)

Tg
 
You are asking about keeping two databases synchronized. What is your data storage medium? Access, SQL Server, Oracle, MySQL, VistaDB, Firebird, DataSet, what?
 
You may want to research DTS or use the features of SQL Server itself to schedule synchronizations, secondly replication as an option as well.
 
Back
Top