Hi
as the title stated, i am unable to figure out how to make my custom sql trigger (for synchronization) works with Sync framework 2.1. Is that possible?
I have 2 databases from same SQL server. On the client side (windows form/ console) i use Sync framework but I need also to do synchronization when user (me) doing CRUD directly from SQL server management studio.
I believe i need to extract information from scope_sync_knowledge
or scope_tombstone_cleanup_knowledge to get version/conflict/from which replica/etc.
What is the best way to achieve this?
Best regards