Shrink the log to as small a size as possible (truncateonly)
Posted by Jugal Shah on September 24, 2009
You can use the below command to shrink the database as small as possible.
DBCC SHRINKFILE(transactionloglogicalfilename, TRUNCATEONLY)
NOTE: if you don’t know the logical filename of your transaction log use sp_helpfile to list all of your database files.



