• Hi Gail,

    You are right on! Thanks very much for the help. I verified the fn_dblog().

    Select [spid],[Current LSN],[Operation],[Context],[Previous LSN],

    [Transaction Name], [Begin Time] as [Transaction Begin Time],[End Time] as [Transaction End Time],

    [AllocUnitId],[AllocUnitName]

    [Page ID],[Slot ID],[Previous Page LSN],

    [Description]

    from fn_dblog(null,null)

    where Operation in ('LOP_BEGIN_XACT','LOP_INSERT_ROWS');

    Thanks Again.