I am new to Microsoft technologies and Sync framework. I am looking for a option to improve the current implementation. It is hub-spoke, Central SQL DB server and Android mobile clients Sqlite DB. Currently we have one Scope Template, it contains all the required tables(till now 40 tables) with parameter filter clause. For every new client we are creating new scope based on the template provisioned on DB server. Sync we do have lot of data(10mb)for initial sync from server to client, it takes average 10 mins. what I would like to know is,
1.Can I create 2 Templates? for Example 20 tables for one template scope the other 20 tables for 2nd template scope? if yes means,
could you please help me in this?
am assuming you're using the Sync Framework Toolkit. you should be able to create multiple templates and multiple scopes from them.