I have desktop application and I want that all new data in this application that are stored in local DB will synchronize every day at 00:00 to production database.
I was looking at the MS Sync Framework
is this solution correct or how is the best way to synchronize two databases at 00:00 every day.
Application is written in C# and using local SQL Server 2008