SQL Server: Who dropped a table, find out from Transaction Log

In this post, I am sharing few steps to find out the transactions history for drop commands which executed in SQL Server. There are many features for auditing and check the logging in SQL Server, but you can also directly read the transaction log and can get the necessary details. Please check the below full … Continue reading SQL Server: Who dropped a table, find out from Transaction Log