Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
traigo
Starting Member
4 Posts |
Posted - 2007-09-03 : 17:40:55
|
I have a database with full logging. Is it possible to recover the statements which were executed from the logs or some way to derive them? I've looked at the dbcc log(tbl,#) but the information it returns doesn't mean much to me. |
|
Zoroaster
Aged Yak Warrior
702 Posts |
Posted - 2007-09-03 : 19:35:30
|
You can't effectively read the log without a third party app like Lumigent log explorer.------------------------Future guru in the making. |
 |
|
Kristen
Test
22859 Posts |
Posted - 2007-09-04 : 04:13:34
|
Probably not the answer you need, but in case it helps: You can RESTORE to a Point in time, which would enable you to see the database as it was at that time. And then you can restore a bit more, and so on ...Kristen |
 |
|
|
|
|