Nov 28, 2002 #1 DrYueh Programmer Nov 26, 2002 2 CH Hi to everybody Is there a way i can read a .ldf File? have a nice day and lots of fun
Nov 28, 2002 1 #2 tlbroadbent MIS Mar 16, 2001 9,982 US The LDF or Transaction Log contents can be viewed using 3rd party software such as Lumigent's Log Explorer (http://www.lumigent.com). I use Log Explorer and like it. There is an undocumented DBCC command that will allow some limited view of the transaction log. DBCC LOG is explained at the following site. http://www.databasejournal.com/features/mssql/article.php/1442251#part_2_8 Terry L. Broadbent - DBA Computing Links: http://tlbroadbent.home.attbi.com/programmer.htm faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions. Upvote 0 Downvote
The LDF or Transaction Log contents can be viewed using 3rd party software such as Lumigent's Log Explorer (http://www.lumigent.com). I use Log Explorer and like it. There is an undocumented DBCC command that will allow some limited view of the transaction log. DBCC LOG is explained at the following site. http://www.databasejournal.com/features/mssql/article.php/1442251#part_2_8 Terry L. Broadbent - DBA Computing Links: http://tlbroadbent.home.attbi.com/programmer.htm faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.