[MSSQL]測試transaction log重用的狀況
發表於 : 2011年 7月 20日, 15:30
Inside the Storage Engine: More on the circular nature of the log
http://www.sqlskills.com/BLOGS/PAUL/pos ... e-log.aspx
這篇文章介紹並測試了 MS SQL Server 在循環使用 transaction log 的狀況, 利用
來了解這些 transcation VLFs 的使用狀況.
http://www.sqlskills.com/BLOGS/PAUL/pos ... e-log.aspx
這篇文章介紹並測試了 MS SQL Server 在循環使用 transaction log 的狀況, 利用
代碼: 選擇全部
DBCC LOGINFO ('LogTestDB');