This forum is closed. Thank you for your contributions.
Hello,
How can I sync multiple scopes between two peers (SQL 2005 databases)? The SqlSyncProvider has the property ScopeName where I can specify only one scope.
If it is possible, how?
Please advise me.
-Ajinath
This is possible. You could use multiple instances of SqlSyncProviders which point to the same SQL server DB for multiple sync scopes. See section “Understanding Scopes” at http://msdn.microsoft.com/en-us/library/dd918848(v=SQL.105).aspx for more info.
Thanks,