So I was doing my morning reading when I came across an article talking about someone who had a problem in their production environment with a transaction log that was too big. The author then gave their solution to this problem as a way to resolve it: Backup log [mydb] with truncate_only go DBCC SHRINKFILE (2) [...]


