I’ve seen examples about synchronizing SQL 2008 with SQL CE. But not two SQL 2008 databases.
If it can be done, have you seen example code about how to do it?
I’ve seen examples about synchronizing SQL 2008 with SQL CE. But not two SQL
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is possible with the new providers for the Collaboration Scenario in Sync Framework 2.0.
The catch is that you will not be able to use SQL Server 2008’s Change Tracking feature. The provider will add stored procedures and triggers etc to your database schema.