====== Shrink DataBase ====== * it shrinks database **Code:** use master BACKUP LOG dbToShrink WITH TRUNCATE_ONLY DBCC SHRINKDATABASE (dbToShrink)