Encryption between remote servers
Jackal
Posts: 2
Hi,
I've got a development database and a clone of the development database that I was testing the add 'WITH ENCRYPTION' option on. It's a SQL 2000 SP4 server and I found the option works fine, I ran the encryption the first time and it worked fine. I made a change in the development and synchronised that object to the clone database and it worked fine, it only synchronised the change.
However, I went to apply this onsite at a clients end (VIA a VPN and to a SQL 2005 Server) and had an issue where, once the objects were encrypted, it worked, once I wanted to re-sync a change or two from the development database it wanted to re-create every object. (I think this has to do with every server having its own encryption setting, but not certain)
Is there a way that we could save a setting or remote key that would allow us to only sync the changes across 2 different servers? Or does this have to be done with a copy of the development database on the client's server?,
I've got a development database and a clone of the development database that I was testing the add 'WITH ENCRYPTION' option on. It's a SQL 2000 SP4 server and I found the option works fine, I ran the encryption the first time and it worked fine. I made a change in the development and synchronised that object to the clone database and it worked fine, it only synchronised the change.
However, I went to apply this onsite at a clients end (VIA a VPN and to a SQL 2005 Server) and had an issue where, once the objects were encrypted, it worked, once I wanted to re-sync a change or two from the development database it wanted to re-create every object. (I think this has to do with every server having its own encryption setting, but not certain)
Is there a way that we could save a setting or remote key that would allow us to only sync the changes across 2 different servers? Or does this have to be done with a copy of the development database on the client's server?,
Luis Chiriff
Network Engineer
Baseplan Software Pty Ltd
Network Engineer
Baseplan Software Pty Ltd
Comments
You might be able to work around this by finding out which objects you've changed (by seeing which ones are synchronized to your 2000 clone database) and only selecting those objects for synchronization. Other than that, I don't think there's a way to do what you want (because we just can't see what the state of the encrypted objects on the 2005 server is).
Redgate Software