Question

  Asked: Jun 6 2008   7:21 PM GMT
  Asked by: SQL Server Ask the Experts


Looking for best way to have SQL Server data security, replication as well as security maintenance


SQL Server security, SQL Server replication, Database security

I joined a production environment recently, and I’m the key person here. We have 2 servers: one production server and a replication server. Data from the application goes to the production server every second and that is replicated to the replication server. We fetch the data from replication server.

There is no failover clustering or logshipping implemented here. Please suggest to me the best way to have data security, replication as well as security maintenance.

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



Data security will depend on making sure that all accounts have the minimum rights needed, and that there is no dynamic SQL. Application accounts should have no direct access to database tables.

Security maintenance should be fairly easy. If no changes are made once the system is secure there isn't much to do but make sure that nothing changes.

Same goes for replication. Once it's setup it is usually pretty much a set it and forget it system, unless you have a very complex topology with very slow LAN/WAN links.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on SQL Server and Security.

Looking for relevant SQL Server Whitepapers? Visit the SearchSQLServer.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

Mrdenny  |   Jun 7 2008  10:24AM GMT

Check out my SQL Server blog “SQL Server with Mr Denny” for more SQL Server information.