Greetings,
I've a requirement to sync between the azure database table and vendor databases. Basically our database tables are the Master copy and whenever there are CRUD operation on our database tables we need to synchronize the vendor database by putting messages
on queue.
My main worries are:
1. Sync Framework cache database can grow significantly over time i.e. > 4 GB which is greater than max size compace sql can store.
2. Cost involve.
3. Does sync framework mirrors the copy of source and destination? What are the alternatives.
4. Does Sync Framework supports caching on SQL Server 2008 Database
Could someone please help me with whats the best way to solve this?