IDE: Microsoft SQL Server Management Studio
Mistakenly I have cleaned a table data using
delete from table tblBookData
and now it has cleaned that table, please tell me is there any way to get back that data?
If yes than please tell me the process, as I have studied there is a way to get back data if we have not closed the session.