Suppose I have two SQL Server databases and there are only one schema. I can add data between two tables of those two databases I want to synchronize.
How could I have done this? Is there a free open source good library, which helps me to develop such applications, or are there already free dotnet apps that work?
If this is the Sql server you are using, then you have to use SQL Server replication There is also the option to do
Comments
Post a Comment