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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Log analyzer tool

Author  Topic 

lmoran
Starting Member

1 Post

Posted - 2007-02-28 : 10:30:01
Hi, does someone know a good tool to analyze log ?
In particular, it would be good to have one that works over the database log file, not requiring special software installation (like Lumigent's).

Is there a tool coming directly from Microsoft ?

Thanks
Luis

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2007-02-28 : 12:02:42
You must use a third party tool such as Lumigent's Log Explorer. Red Gate has a similar tool. I believe their prices are similar.

Tara Kizer
Go to Top of Page

rlaubert
Yak Posting Veteran

96 Posts

Posted - 2007-02-28 : 15:33:00
What is it you want to do with the log. Are you looking at Transaction logs or SQL Server Activity logs?

For Transaction Logs you can use DBCC Log(DBname, 3) to get a good idea what is going on.



Raymond Laubert
MCDBA, MCITP:Administration, MCT
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2007-02-28 : 15:44:17
quote:
Originally posted by rlaubert

What is it you want to do with the log. Are you looking at Transaction logs or SQL Server Activity logs?

For Transaction Logs you can use DBCC Log(DBname, 3) to get a good idea what is going on.




But DBCC Log is pretty unreadable without the third party tools unless you work on the SQL Server team at Microsoft!

Tara Kizer
Go to Top of Page
   

- Advertisement -