how to update tables data one server to another using vb.net
There are 2 servers serverA and serverB. I want to update tables data to serverA to ServerB.
thanks
Ather
Ather.Abbas Tuesday, August 18, 2009 5:09 AM
It would get quite complicated to achieve what you want using Windows Forms and .NET I would suggest you to try Database Mirroring or Replication services provided by SQL2005 and above. Database Mirroring in SQL 2005 SQL Server Replication
Goodluck, Regards, Mohib ShethLife would have been much easier if I had the source-code !!
It would get quite complicated to achieve what you want using Windows Forms and .NET I would suggest you to try Database Mirroring or Replication services provided by SQL2005 and above. Database Mirroring in SQL 2005 SQL Server Replication
Goodluck, Regards, Mohib ShethLife would have been much easier if I had the source-code !!