แชร์ผ่าน


Security Overview for Database Administrators...

This is the name of a whitepaper I found interesting.

image

SQL Server 2008 is secure by design, default, and deployment. Microsoft is committed to communicating information about threats, countermeasures, and security enhancements as necessary to keep your data as secure as possible. This paper covers some of the most important security features in SQL Server 2008. It tells you how, as an administrator, you can install SQL Server securely and keep it that way, even as applications and users make use of the data stored within.

Included in This Document
  • Introduction

  • Secure Configuration

    • Windows Update

    • Surface Area Configuration

  • Authorization

    • Granular Permissionsimage
    • Metadata Security

    • SQL Server Agent Proxies

    • Execution Context

    • User/Schema Separationimage

  • Encryption and Key Managementimage

    • Data Encryption image
  • Auditing in SQL Server 2008

    • All Action Audit

    • DDL Triggers

  • Conclusion

It can be found here : https://www.microsoft.com/sqlserver/2008/en/us/wp-sql-2008-security.aspx 

image