Reply To: How to view SQL Server log file? Andrew Jackson ~ Modified: 01-Jul-2015 ~ ~ 1 Minute Reading Home › Forums › How to view SQL Server log file? › Reply To: How to view SQL Server log file? July 1, 2015 at 6:53 am #286 Score: 0 Andrew JacksonModerator Karma: 1 pt You can use the fn_dblog() function to see the DML commands which you have given to your database, But the procedure of this function is too long and time consuming. So it is better to use a third party tool. Go