USE [DB_OF_VASYA] GO BACKUP LOG [DB_OF_VASYA] WITH TRUNCATE_ONLY GO DBCC SHRINKFILE (N'Vasin_log' , 0, TRUNCATEONLY) GO