You can also use DBCC LOG to show the contents. The format is: dbcc log ([dbid [,{0|1|2|3|4} [,['lsn','x:y:z'] | ['numrecs',num] | ['xactid','x:y'] | ['extent','x:y'] | ['pageid','x:y'] | ['objid',{x,'y'}] | ['logrecs',{'lop'|op}...] | ['output',x,['filename','x']] ...]]] )The first parameter is the database name, and the next specifies the style and amount of detail returned from the log. Any further parameters are used to filter the data returned.