If you don’t have a backup of your MS SQL database, then follow the below ways to recover deleted data. Transaction log files record each change made to the ...
The first is to truncate the logs using the SQL server's Enterprise Manager. The second is that when you do a full backup, it should clear the logs for you. Neither of these will shrink the physical ...