Okay so I have to sync data between two SQL Server Express instances and after a research I stopped at Sync Framework which I think can do the job.. but since I am pushed by time and I don't have much time to do a complete research I need to ask few questions before continuing..
Basically I will have a server database which will be cleaned once every two months and I need to have a mirror database that will contain all the records.
- Does sync synchronize the records only in the destination table or it also changes the server table if there is deleted records in it?
- Can I sync two SQL Server Express instances? Because I am reading the documentation and it only has SQL Server and SQL Server Express sync documentation..
- Do I need to create the mirror table or sync will create it for me?
Thanks in advance :)