Hi,
I have tables in diffrente server and i need to have newest data in my server(database structure in same for all server)
what is best way for this?I give all data for first time and
1-I use cdc for tables on another server and i receive change data and with this changind, i syncronise my database with other server...
2-I use replication
3-I use timestamp for tables on another database that i know changing data...
4-....?
Please help me,what benefits or defects for any way?
thanks