SQL Server Sync: push SQL Server changes to SQL Server
NickName:Bishop Duperret Ask DateTime:2018-12-04T05:43:15

SQL Server Sync: push SQL Server changes to SQL Server

I have a SQL Server on a VLAN that I have read permissions to and I need a SQL Server instance on an external network to be synced. I only have read permissions and our partner won't allow us to configure replication so that's not an option. On top of all that because it's on a vlan the external SQL Server can't connect to it directly.

I think my best bet now is simply to write an application (most likely in C#) that will detect changes and push them to the external SQL Server. This approach doesn't seem ideal.

Are there any out of the box ways to do this or any tried and true methods?

Copyright Notice:Content Author:「Bishop Duperret」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/53602353/sql-server-sync-push-sql-server-changes-to-sql-server

More about “SQL Server Sync: push SQL Server changes to SQL Server” related questions

SQL Server Sync: push SQL Server changes to SQL Server

I have a SQL Server on a VLAN that I have read permissions to and I need a SQL Server instance on an external network to be synced. I only have read permissions and our partner won't allow us to

Show Detail

sync SQL CE with SQL Server

Hi can anyone suggest how to sync a table in sqlCE with a table in sql server. I currently have a windows application which uses table X from SQL CE to add new records(a form data) and later when ...

Show Detail

2016 answer to sync SQL Azure with local SQL Server

SQL Data Sync Tool is old and unsupported for PROD. It is also for SQL Server 2012, Azure has SQL Server 2014 now.. I simply need a way to sync my local full version of SQL Server 2014 with Azure...

Show Detail

SQL Server DataSet sync changes back to SQL server

I have a question that I would think would be easy, but I can't figure it out. I'm working in Visual Studio 2012 with a typed DataSet that I generated from SQL Server. I added a column to one of the

Show Detail

Sync Framework: SQL Server to SQL Server To SQL Express

I'm very new to Sync Framework, Still exploring different possibilities. Here is my Scenario. We need to have an application (SQL Server and ASP.Net) which is hosted on our web server. Users can

Show Detail

Sync Framework between SQL Server 2008 and SQL Server CE

I'm working with a moderately sized database of about 60,000 records. I am working on building a mobile application which will be able to check out a single table into a compact .sdf on for viewing...

Show Detail

Synchronization between SQL Server and SQL Server Express databases

I have a requirement where the client database changes should be sync with the server (centralized). All clients use only SQL Server Express where as the server is of SQL Server 2008 R2. Do we have...

Show Detail

Sql Server sync alternatives

We have two Sql 2008 R2 database. First and main one is on-premise which is used by our stock management and accounting systems. The second is for our web site and it is on a 3th party hosting firm...

Show Detail

Sync two SQL Server databases

I have two databases: the source is a database from SQL Server Express by client and the target is a database from SQL Server 2005 database as backup initially. What I need is to sync the source to...

Show Detail

Sync framework with SQL Server 2008 Change Tracking

Is there a way to synchronize two SQL Server 2008 databases(any edition) using Microsoft Sync Framework and SQL Server 2008 Change Tracking mechanism, instead of provisioning the databases with the

Show Detail