Within our internal network we have a CRM system with lots of client data on it (SQL Server 2005)
Our website is hosted in a data centre (Server 2003/IIS), we have another server up there running SQL 2000 which could be used.
We want to use the client data in the CRM database in the client area of the website.
I am not sure of the best way to go about this, in fact I get the feeling it may discouraged for security reasons.
Just opening up port 1433 would be bad, I doubt it would be encrypted and it would probably have poor performance.
The database is 1.5Gb so SFTP'ing it up there periodically wouldn't be suitable, and it would be nice to have reasonably live data, as well as the ability to update the main database.
Is there something in SQL server that can keep a copy of the database on each server and (securely) update each other if changes are made?
Our website is hosted in a data centre (Server 2003/IIS), we have another server up there running SQL 2000 which could be used.
We want to use the client data in the CRM database in the client area of the website.
I am not sure of the best way to go about this, in fact I get the feeling it may discouraged for security reasons.
Just opening up port 1433 would be bad, I doubt it would be encrypted and it would probably have poor performance.
The database is 1.5Gb so SFTP'ing it up there periodically wouldn't be suitable, and it would be nice to have reasonably live data, as well as the ability to update the main database.
Is there something in SQL server that can keep a copy of the database on each server and (securely) update each other if changes are made?