Audit Schema & Permission Changes
Quickly locate the transaction responsible for making changes to the database, schema,
and permissions by viewing DDL commands
-
Switch to Log Explorer and select the View DDL commands
-
Refresh to view new transactions 
-
Click on the SP_GRANTDBACCESS command
-
This transaction granted the login 'Demo_Login' access to the database.
-
Continue browsing and click on the ALTER_TABLE command
-
This transaction altered the table 'employee' by adding the new column
'years'
Click 'Next' to continue.