Hi Team,Below is my scenario.[u]Server 1[/u]Database Name : UNIFYTable Name : UserNo.of Columns : 50String Datatype : VarcharNo.of Records : 10000[u]Server 2[/u]Database Name : UNIFYTable Name : UserNo.of Columns : 60String Datatype : NVarcharNo.of Records : 10000- In Server 1 – when the no.of records = 10000, Database backup taken from server 1 and stored on Server 2. - There are many transactions (INSERTS / UPDATES) done on Server 1.- And there are few columns added in Server 2 Database.- Now all the transactions (INSERTS / UPDATES) happened in Server 1 and the number of records in server 1 table is more than 20000, now i need to sync the server 2 table with server 1 table.- Server 2 Database should be the final database for use.what is the best method to sync the server 2 table with server 1 table.i tried to sync using tablediff.exe, but due difference in structure, unable to sync the table.
↧