Skip to content

This repository will contain script examples of how to implement Database Security best practices.

Notifications You must be signed in to change notification settings

CommanderOtto/SQL_SECURITY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

SQL_SECURITY

This repository will contain script examples of how to implement Database Security best practices.

Scripts contained within (and corresponding information)"

  1. DML_ACTION_AUDITING.sql: This script is an example of how to set up a basic auditing procedure for your database tables. This sample represents a DML Action Auditing process (DML = Data Manipulation Language), which will allow a DBA to track all changes (insert, update, delete) made to a specific table. This process will also track the user who performed those actions on the table.

Credit goes to Xiao Luo, for showing me how to do this.

Other sources: Database Security and Auditing: Protecting Data Integrity and Accessibility by Hassan A. Afyouni ISBN-10: 0619215593; ISBN-13: 978-0619215590

About

This repository will contain script examples of how to implement Database Security best practices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages