Gradually increase the size of the transaction log using SQL Server. Do notiong and become disk full. We need to complress the transaction log.
Open "File compress dialog", change to "log" in file type. The size of the log file is displayed at "The area currently allocated", and log space available is displayed at "space available".
In below figure, free disk space is 10MB, and free aloocated space is 0 MB. Log file is expanded when each log added.
Trancate the transaction log when backup transaction log.
"Backup dialog" is displayed. Change to "Transaction log" at "backup type" combobox. Set backup file name.
Start backup to click "OK" button.
After backup, open "file compress dialog" to select "compress" menu in "task" menu. Check free space increase. Transaction log is truncated.