Team -
Please forgive me if I have posted in the wrong forum, or if this is a noob question but I am bit lost.
Situation: INHOUSE database (SQL Standard 2012) publishes to WEB database (SQL Express). This works great for read only access. However our business has changed a bit where now users are updating records on the WEB database that I need to bring back to the INHOUSE database. Right now we have just accessed the main WEB database with our inhouse system (.NET Winform Application) but I don't think this is the best practice.
What is the best way to manage this? Do I need to upgrade the WEB database to (SQL Standard 2012) so it can publish as well back to main system? Will this cause a loop?
This is new territory for me and I am not great at MS Sql. Thanks for your advice.
Dewayne