Practical Database Auditing for Microsoft SQL Server and Azure SQL: Troubleshooting, Regulatory Compliance, and Governance
Know how to track changes and key events in your SQL Server databases in support of application troubleshooting, regulatory compliance, and governance. This book shows how to use key features in SQL Server ,such as SQL Server Audit and Extended Events, to track schema changes, permission changes, and changes to your data. You’ll even learn how to track queries run against specific tables in a database. 
Not all changes and events can be captured and tracked using SQL Server Audit and Extended Events, and the book goes beyond those features to also show what can be captured using common criteria compliance, change data capture, temporal tables, or querying the SQL Server log. You will learn how to audit just what you need to audit, and how to audit pretty much anything that happens on a SQL Server instance. This book will also help you set up cloud auditing with an emphasis on Azure SQL Database, Azure SQL Managed Instance, and AWS RDS SQL Server. 

You don’t need expensive, third-party auditing tools to make auditing work for you, and to demonstrate and provide value back to your business. This book will help you set up an auditing solution that works for you and your needs. It shows how to collect the audit data that you need, centralize that data for easy reporting, and generate audit reports using built-in SQL Server functionality for use by your own team, developers, and organization’s auditors.  


What You Will Learn
  • Understand why auditing is important for troubleshooting, compliance, and governance
  • Track changes and key events using SQL Server Audit and Extended Events
  • Track SQL Server configuration changes for governance and troubleshooting
  • Utilize change data capture and temporal tables to track data changes in SQL Server tables
  • Centralize auditing data from all yourdatabases for easy querying and reporting
  • Configure auditing on Azure SQL, Azure SQL Managed Instance, and AWS RDS SQL Server 


Who This Book Is For
Database administrators who need to know what’s changing on their database servers, and those who are making the changes; database-savvy DevOps engineers and developers who are charged with troubleshooting processes and applications; developers and administrators who are responsible for generating reports in support of regulatory compliance reporting and auditing

1141704953
Practical Database Auditing for Microsoft SQL Server and Azure SQL: Troubleshooting, Regulatory Compliance, and Governance
Know how to track changes and key events in your SQL Server databases in support of application troubleshooting, regulatory compliance, and governance. This book shows how to use key features in SQL Server ,such as SQL Server Audit and Extended Events, to track schema changes, permission changes, and changes to your data. You’ll even learn how to track queries run against specific tables in a database. 
Not all changes and events can be captured and tracked using SQL Server Audit and Extended Events, and the book goes beyond those features to also show what can be captured using common criteria compliance, change data capture, temporal tables, or querying the SQL Server log. You will learn how to audit just what you need to audit, and how to audit pretty much anything that happens on a SQL Server instance. This book will also help you set up cloud auditing with an emphasis on Azure SQL Database, Azure SQL Managed Instance, and AWS RDS SQL Server. 

You don’t need expensive, third-party auditing tools to make auditing work for you, and to demonstrate and provide value back to your business. This book will help you set up an auditing solution that works for you and your needs. It shows how to collect the audit data that you need, centralize that data for easy reporting, and generate audit reports using built-in SQL Server functionality for use by your own team, developers, and organization’s auditors.  


What You Will Learn
  • Understand why auditing is important for troubleshooting, compliance, and governance
  • Track changes and key events using SQL Server Audit and Extended Events
  • Track SQL Server configuration changes for governance and troubleshooting
  • Utilize change data capture and temporal tables to track data changes in SQL Server tables
  • Centralize auditing data from all yourdatabases for easy querying and reporting
  • Configure auditing on Azure SQL, Azure SQL Managed Instance, and AWS RDS SQL Server 


Who This Book Is For
Database administrators who need to know what’s changing on their database servers, and those who are making the changes; database-savvy DevOps engineers and developers who are charged with troubleshooting processes and applications; developers and administrators who are responsible for generating reports in support of regulatory compliance reporting and auditing

59.99 In Stock
Practical Database Auditing for Microsoft SQL Server and Azure SQL: Troubleshooting, Regulatory Compliance, and Governance

Practical Database Auditing for Microsoft SQL Server and Azure SQL: Troubleshooting, Regulatory Compliance, and Governance

by Josephine Bush
Practical Database Auditing for Microsoft SQL Server and Azure SQL: Troubleshooting, Regulatory Compliance, and Governance

Practical Database Auditing for Microsoft SQL Server and Azure SQL: Troubleshooting, Regulatory Compliance, and Governance

by Josephine Bush

eBook1st ed. (1st ed.)

$59.99 

Available on Compatible NOOK devices, the free NOOK App and in My Digital Library.
WANT A NOOK?  Explore Now

Related collections and offers


Overview

Know how to track changes and key events in your SQL Server databases in support of application troubleshooting, regulatory compliance, and governance. This book shows how to use key features in SQL Server ,such as SQL Server Audit and Extended Events, to track schema changes, permission changes, and changes to your data. You’ll even learn how to track queries run against specific tables in a database. 
Not all changes and events can be captured and tracked using SQL Server Audit and Extended Events, and the book goes beyond those features to also show what can be captured using common criteria compliance, change data capture, temporal tables, or querying the SQL Server log. You will learn how to audit just what you need to audit, and how to audit pretty much anything that happens on a SQL Server instance. This book will also help you set up cloud auditing with an emphasis on Azure SQL Database, Azure SQL Managed Instance, and AWS RDS SQL Server. 

You don’t need expensive, third-party auditing tools to make auditing work for you, and to demonstrate and provide value back to your business. This book will help you set up an auditing solution that works for you and your needs. It shows how to collect the audit data that you need, centralize that data for easy reporting, and generate audit reports using built-in SQL Server functionality for use by your own team, developers, and organization’s auditors.  


What You Will Learn
  • Understand why auditing is important for troubleshooting, compliance, and governance
  • Track changes and key events using SQL Server Audit and Extended Events
  • Track SQL Server configuration changes for governance and troubleshooting
  • Utilize change data capture and temporal tables to track data changes in SQL Server tables
  • Centralize auditing data from all yourdatabases for easy querying and reporting
  • Configure auditing on Azure SQL, Azure SQL Managed Instance, and AWS RDS SQL Server 


Who This Book Is For
Database administrators who need to know what’s changing on their database servers, and those who are making the changes; database-savvy DevOps engineers and developers who are charged with troubleshooting processes and applications; developers and administrators who are responsible for generating reports in support of regulatory compliance reporting and auditing


Product Details

ISBN-13: 9781484286340
Publisher: Apress
Publication date: 09/19/2022
Sold by: Barnes & Noble
Format: eBook
File size: 55 MB
Note: This product may take a few minutes to download.

About the Author

​Josephine Bush has more than 10 years of experience as a database administrator. Her experience is extensive and broad-based, including experience in financial, business, and energy data systems using SQL Server, MySQL, Oracle, and PostgreSQL. She is a Microsoft Certified Solutions Expert: Data Management and Analytics. She holds a BS in Information Technology, an MBA in IT Management, and an MS in Data Analytics. She is the author of Learn SQL Database Programming. You can reach her on Twitter @hellosqlkitty.

Table of Contents

Introduction.- Part I. Getting Started with Auditing.-1. Why Auditing is Important2. Types of Auditing.- Part II. Implementing Auditing.-3. What is SQL Server Audit?4. Implementing SQL Server Audit via the GUI.-5. Implementing SQL Server Audit via SQL Scripts.-6. What is Extended Events?.-7. Implementing Extended Events via the GUI 8. Implementing Extended Events via SQL Scripts.-9. Tracking SQL Server Configuration Changes.-10. Additional SQL Server Auditing and Tracking Methods.- Part III. Centralizing and Reporting on Auditing Data.-11. Centralizing Audit Data.-12. Create Reports from Audit Data.- Part IV. Cloud Auditing Options.-13. Auditing Azure SQL Databases.-14. Auditing Azure SQL Managed Instance.-15. Other Cloud Provider Auditing Options.- Part V. Appendixes.-16. Database Auditing Options Comparison.

 


From the B&N Reads Blog

Customer Reviews