I accidentally restored my last backup into the production database. The recovery model of the database is Simple.
Is it posible recover the data starting from my last backup and using data from the transaction log? I understand
restore operation truncates the log, but the transactional data is still present physically in the file. If somehow I
can recover all the SQL instructions from the truncated log and replay them to the last database backup, It would save my
life.