I have same database schema on two different SQL servers 2008. I have one server installed locally and other is company,s live server. I have an application installed on local machine, My problem is that whenever I run my application data on both SQL servers (local and live) should sync to keep same database on both servers. My database contains 5 tables.
Thanks
There are a couple of ways to do this and the best choice will depend on
However, things to look at include
Hopefully, that will give you some place to start looking.