I have a client who wants to maintain both a local winforms price list installed in their office PCs and an online price list (web hosted app with SQL Server) accessible to their customers. Problem is they don’t want to fully migrate their local database online and now I need to find a way to push their data to the online database on a daily basis.
My question is – is there a way to remotely connect to a SQL Server database and update the online pricelist using my client’s winforms app?
Yes it is possible. Construct your connectionString for remote database.