SQL Server DBA Tutorial 89-How to Create Server Audit Specifications in SQL Server

preview_player
Показать описание
In this video you will learn how to create Server Audit Specifications in SQL Server using SQL Server Management studio as well as using T-SQL Script. It shows all the events to capture using Audit, how to create Audit, how to create Audit specifications using existing Audit. How to capture events such as creating and dropping databases in SQL Server, how to find out who created and dropped the databases and how to capture login failure on SQL Server instance etc.

Blog post link for this video:

Visit our website to check out SQL Server DBA Tutorial Step by Step

Twitter

Facebook
Рекомендации по теме
Комментарии
Автор

Can we continuedly run this on prod environment without loading and taking all resources?

Anas___
Автор

"How to create Audit" is the next video, better watch it before this lecture

joshuaprakash
Автор

You forget to mention how to open that audit file in sql server
select * from sys.fn_get_audit_file ('E:\SQL_TEST', default, default)
go

sarojkumarpanigrahi