Unfortunately, the demo only lets you view northwind and pubs transaction logs. Because of the size of my database, I'm not sure I can restore northwind from my live backup to get the viewer to show me what I really want to see.
check points --- dbcc shrinkdatabase --- dbcc shrinkfile
then try to use Tran log viwer again.
Note,When people are accessing the database,you cant shrink it.
Have you tried DBCC LOG ('mydbname', n) It returns the contents of the transaction log. Values of n can be 0-4 gives different results. But avoid 3 causes low resource message. Doesnt seem too much doco on this Q119402 mentions it.
So how you interpret the results is another story I cant help there..
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.