Tips For Securing Your Database Server: MSSQL 2008 Transparent Data Encryption
Securing a database server can be done by building a secure network setup and adding firewall layers around the database. The communication layer between the web server and the database can also be encrypted by forcing the SQL server to use a Secure Sockets Layer (SSL). Although, enabling SSL will slow the performance of the …
Read more »