Sync sql server 2008 r2 (running on local server) with Microsoft sql server (running on plesk panel server database)
I am trying to create a windows application using vs 2010 in c# which will sync two database where one database is on local machine and another on server. Here is my sample code. using System; using System.Collections.Generic; using System.Linq;…