If you haven't implemented a data audit logging, then you can not get the information afterwards.
How to detect who deleted data from MS SQL database table

I have SQL server 2016 database server. I noticed that, someone deleted data from Specific table.
Is there any way to find out who deleted data from MS SQL table.
Multiple user has access on that table.
Thank You
3 answers
Sort by: Most helpful
-
Oury Ba-MSFT 10,326 Reputation points Microsoft Employee
2022-01-18T18:50:18.617+00:00 Hi @Nur Hossain Thank you for posting your question on Microsoft Q&A.
In addition to @Olaf Helper 's answer If you don't have audit logs enabled you won't be able to perform the above operation.
You can find out out by reviewing the activity log if the delete operation was done via the Azure Portal.
Regards,
OurySeeya Xi-MSFT 15,036 Reputation points Microsoft Vendor2022-01-19T03:35:04.9+00:00 Hi @Nur Hossain ,
Welcome to Microsoft Q&A!
I suggest you read this article, which contains detailed how-tos and explanations. I believe this will be useful to you.
How to find user who ran DROP or DELETE statements on your SQL Server ObjectsBest regards,
Seeya
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.