My SQL Server 2005 database is having a giant transaction log. The MDF file is 11MB. The log is 1.5GB. Shrinking didn't release much space (9%). I already killed all my connections so I guess uncommitted transactions can't be the problem here.
Any idea what can cause this? How to resolve it? (backup/restore maybe?) And how to avoid this in the future?