Life is a journey

Who Dares Wins
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年2月8日

摘要: Error:The transaction log for database ‘BizTalkMsgBoxDb’ is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases (.Net SqlClient Data Provider)Solution:sp_helpdb ‘BizTalkMsgBoxDb’ ALTER DATABASE BiztalkMsgBoxDbSET RECOVERY SIMPLE;GO DBCC SHRI.. 阅读全文

posted @ 2012-02-08 18:13 zhaobin 阅读(230) 评论(0) 推荐(0) 编辑