I have three tables in SQL Server 2008
- Account
- Case
- CaseStatus
Table Case has a reference using column AccountId to AccountTable, and CaseStatus has a reference on caseId to table Case.
I need to sync these three table depending on AccountId(AccountTable). Please help me to write code (template) in Microsoft Sync Framework