I'm using SQL Server 2008 'DBCC LOG(database, 4)' to see a view of transactions in question but do not see a DateTime stamp associated with them. Any idea how to retrieve the Time stamp of a particular transaction?
Asked
Active
Viewed 69 times
0
-
http://rusanu.com/2014/03/10/how-to-read-and-interpret-the-sql-server-log/ – Remus Rusanu Feb 25 '19 at 05:58
-
Thanks Remus. Just what I was looking for. – GregP Feb 25 '19 at 15:11