I'm using Sync Framework with two sql server express databases. The code is working fine. I change data on server or client and it syncs with each other just fine.
What I'm trying to do is, after I setup my scope for server and client, then I import to server all the data from another database(same schema, just different server and no provision) using Sql Management Studio, but then i can't get data to sync...
Does it have to do with the way Sql Management Studio Import copies the data? Or I'm missing something? I tried using a profiler to see how the import copies the data, saw some sp being run, but couldn't figure out much.
Thanks