Managing Replication Security

Replication security is an important part of the design and implementation of your distributed application. Replication applies the data changes made elsewhere on the network to the database at your server and vice-versa.

The decentralized availability of replicated data increases the complexity of managing or restricting access to that data. Microsoft® SQL Server™ replication uses a combination of security mechanisms to protect the data and business logic in your application:

When used together, these security mechanisms provide the highest safeguards for the data and business logic in your application.

Additional Guidelines for Maximum Security

If maximum security is a priority for your application, there are several additional steps you can take to protect your data:

Whenever possible, include only replicated data in a subscribing database. A malicious Publisher can update only the subscribing database.

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.