sql server - Auditing: Is ALTER USER logged? -
someone went controlled environment , changed default database schema database user.
alter user [sensitiveuser] default_schema=[sys]
looking entry in transaction logs. apex sql log not appear scan tranlogs information.
is alter user logged statement? don't have auditing installed yet (coming soon). if logged, have dbcc log , read through of entries looking alter user?
need time stamp of change , user id of changing party if possible.
thanks john
Comments
Post a Comment