SQL Server 2008 - Shrinking the Transaction Log - Any way to automate?

后端 未结 6 579
醉酒成梦
醉酒成梦 2021-02-03 14:30

I went in and checked my Transaction log the other day and it was something crazy like 15GB. I ran the following code:

USE mydb
GO
BACKUP LOG mydb WITH TRUNCATE         


        
6条回答
提交回复
热议问题