How to shrink transaction log file for a SQL Server database?
Using the steps below one can shrink the transaction log.
Find the id and file name of the log in the database you want to shrink the log.
2- Run the SHRINKFILE pointing to the file name and id.