Hi,
My query is regarding MS SQL Server Log Files.
As we know one of the difference between Delete and Truncate is after Delete, all the deleted data logs to log file which is not in case of Truncate.
If on Delete date goes to log file how we can retrive from it...
I can find some software available on internet but is there any way from where we can retrive by sql query.