Question: Complete the following exercise. Write SQL that will return the date - time and server _ principal _ name for all successful logins . From

Complete the following exercise.
Write SQL that will return the date-time and server_principal_name for all successful logins. From an audit perspective, why would you want to know when individuals/applications successfully log in?
Write SQL that will return the date-time and server_principal_name for all failed logins. From an audit perspective why would you want to know when individuals/applications failed to log in?
Write SQL that will return the date-time, target_server_principal_name, server_principal_name for all login password changes. From an audit perspective why would you want to know when a login password was changed.
Write SQL that will return the date-time, database_name, object_name and statement for all new or created database users. From an audit perspective why would you want to know when a new database user is created?
Write SQL that will return the date-time and statement for all modified audits. From an audit perspective, why would you want to know when an audit is modified?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!