September 14, 2006 at 11:32 am
Does anybody know exactly how log reading utilities like Lumigent Log Explorer, Apex SQL Log, etc. work? I'm familiar with DBCC Log but that doesn't really give you much.
We're looking at writing an inhouse utility read online and offline transaction logs.
September 15, 2006 at 8:43 am
Did you try it dbcc log setting output to type=4 which will give you full information about each operation plus hexadecimal dump of the current transaction log's row.
But for a couple of hundred bucks log explorer is the way to go. Its going to take you a lot more man hrs to develope it in house.
September 15, 2006 at 9:08 am
I agree with vik. These tools are pretty cheap and I don't imagine anyone whose figured out how to make them work would be anxious to give away the secret.
Greg
Greg
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply