going despite the question about sql server in mr book. shiv prashad koirala. I found out that even after using the truncate table command, the data can be restored.
please tell us how we can recover data when deleting data using the delete command and how to recover data if data is deleted using the truncate command.
what I know is that when we use the delete command to delete records, the record from it is done in the log file, but I donโt know how to recover the data, and when I read that the trimming table is not included in any record in the database log, how can this be restored.
if you can give me a good link to do it practically step by step than this will be a big help for me.
I have SQL Server 2008.
thanks
sql-server sql-server-2008 truncate
Dr. Rajesh rolen
source share