I need to find if there is any query to find out who ran delete or update sql command in MS SQL 2012.
Thanks, Bharat
I need to find if there is any query to find out who ran delete or update sql command in MS SQL 2012.
Thanks, Bharat
Unless you have audit running, it might be hard to tell.
If you are looking for something that happened recently, it might be in the plan table ...
You could use CDC with small adjustments to monitor who made changes in your data.