Groups | Blog | Home
all groups > sql server programming > august 2003 >

sql server programming : TRANSACTION LOG



MANOJ
8/15/2003 10:30:30 PM
Hi...

might be simple enough for u but tough enough for me.
Well how to see transaction log with or without help of
enterprise manager.
Please, any help is regarded heartly.
Thanks
Ray Higdon
8/16/2003 7:21:26 AM
If you are wanting to see what is in the active log you can use select *
from ::fn_dblog(null,null) but it probably won't make sense to you. If you
have a need to see what activity is in the log you might consider Lumigent
Log Explorer http://www.lumigent.com

HTH

--
Ray Higdon MCSE, MCDBA, CCNA
---
[quoted text, click to view]

Vinodk
8/16/2003 11:41:01 AM
If you are asking how to know the Log files data then:

sp_helpdb 'DBName'

gives you some info ...

--
HTH,
Vinod Kumar
MCSE, DBA, MCAD
www.extremeexperts.com


[quoted text, click to view]

AddThis Social Bookmark Button