ALTER DATABASE database SET RECOVERY SIMPLE;
dbcc shrinkfile (database_log, 1);
ALTER DATABASE database SET RECOVERY FULL;