DBCC shrinkDatabase(db_ControlManager)
BACKUP LOG db_ControlManager WITH TRUNCATE_ONLY DBCC SHRINKFILE(db_ControlManager_Log, 10)
On the SHRINKFILE(db_ControlManager_Log, 10) function, the parameter 10 will be the resulting file size of db_ControlManager_Log.ldf in megabytes (MB).