sql - secure database distribution to external clients -


We distribute / synchronize data from external clients (even MS SQL Server) to our DataWire (MS SQL Server) Want to do The connection should be secure, because we are working with reliable data. In our external client systems, data transmission should be via http / https

Apart from this, it is possible that the client still runs its system with the old system schema, so there should be existing tables and columns. The transmitted and non existing ones should be ignored.

It is most likely that we will have large databases updated and updates will be reached in real time.

And it is definitely necessary

We started completely for our own development.

This is deposited in a customer side databarhouse / SQL database.

Net solution, but I thought it should be a common problem to exchange data between different systems.

Does anyone know about an existing solution that we can adapt to our scenario?

is appreciated!

The problem is so common that this is a dedicated component in SQL Server: to start your own Keep in mind the problems and many problems (how do you handle time? Retry? Duplicate? Out of order delivery? Non-domain authentication has joined computers? Machines that change names Are you upgrading service? Transaction consistency, rollback? Are you using DTC?). You can see the given demo to see how you can easily increase SSB on the commodity hardware throughput of more than 1000 messages / seconds (1 payload).

The only requirement is that all participants should at least have SQL Server 2005 (no SSB in 2000).


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -