I mean the way to open the LDF file and read/analyze it.
Now, I have ability to extract the backup LDF file, but it seems that the LDF file is SHARE_DENY_READ when the database is working.
But the other 3rd-party software like Lumigent Log Explorer,how could they open the file?Does this kind of software read LDF directly?
I'm not sure I'm understanding your question, but yes these 3rd party tools read the ldf file directly.
You can also use the
DBCC LOG
command, but it is undocumented and the output is a bit cryptic.