In the Start menu, go to All Programs>> SQL LOG Analyzer>> SQL LOG Analyzer. A window like this will pop up on screen:
In the navigation bar at the top, click on 'Open' button to add LOG file for analysis.
Browse the LDF file to view SQL transaction log data.
Select the LDF file from system (at once only one LOG file can be selected). Click Open.
If location of LDF and MDF file is same, the software will automatically detect the MDF file. Else, the user has to browse for the MDF file location.
The software will start scanning the selected LOG files and once scanning is done, a message about the same will be received on screen. Click OK.
A preview of log files with details like transaction type, time, table name, query etc will be displayed within SQL server log explorer panel.
From the left panel of software, a table can be selected and its corresponding LOG details will be available in right panel.
The type of transaction can be sorted accordingly.
The log file can be sorted according to Time when it was updated.
The log file can be sorted according to table name also.
The log file can be sorted according to the name of transaction.
The row and details of the selected transaction can be viewed at bottom of right panel.
The tool to open SQL log file gives the option to export the tables from Log file. Select the tables to be exported from left panel.
Click on the 'Export' button from the navigation bar at the top to start exporting the log file tables.
The tool gives three options to export the log tables. If 'SQL Server Database' is selected, the tables will be saved in an MDF file which can be directly saved on Server. Also, the 'Database Credentials' column has to be filled.
Now you can create destination database.
If 'SQL Server Compatible Scripts' is selected, chose a destination location on local machine where '.sql' file will be created.
If 'CSV' file is selected, the details of selected LOG file will be exported into a CSV file.
Select Record types which want to export.
Filter & the records according datewise.
Browse for a location where SQL Server compatible scripts or CSV file has to be saved.
Select the location and click OK.
Click on Export button to start saving the log files.
A status regarding the export process completion will be displayed on screen.
Click OK when message regarding successful export is obtained on screen.