sql server - Troubleshooting Missing Rows with MS Sync Framework -
i'm using microsoft sync framework version 2 synchronize data between server database running sql server 2008 , sqlce 3.5 database on connected wpf app.
this working fine part, rows particular table don't seem getting pushed server database when inserted on client. rows other tables make there fine.
i've tried few things far:
- i've made sure i'm setting syncdirection table bidirectional
- i've refreshed synctable definition removing , re-adding table though "configure database synchronization" wizard.
- ensured rows inserted sqlce database conform not null , foreign key constraints in server database.
- confirmed change tracking enabled on table on server.
what else should check cause data not synced server particular table?
Comments
Post a Comment