I can't see implicit transactions
marcorusso
Posts: 29
I tried LogRescue but I've seen I'm able only to view explicit transactions (those between BEGIN TRAN and COMMIT TRAN) and no implicit transactions.
Is this a limitation of SQL Log Rescue or I'm missing something?
Thank you
Marco
Is this a limitation of SQL Log Rescue or I'm missing something?
Thank you
Marco
This discussion has been closed.
Comments
I'm sorry I couldn't get a firm answer about this. Log Rescue will show all transactions, whether they're inside a begin tran/end tran or not. For instance I have use Log Rescue quite a few times on a database where all of the transactions are ad-hoc updates entered manually in Query Analyzer and was still able to generate a script for them in Log Rescue. There must be some other problem.
Log Rescue start to analyze the transaction log (progress bar increment until 100%) but there are no transactions showed at the end.
Any idea of something I should check?
Thanks
Marco
What is the recovery model? If the data had been bulk-inserted, you may not see any of this activity in the log.