Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 What if msdb log file full?

Author  Topic 

madan agrawal
Starting Member

1 Post

Posted - 2008-03-07 : 05:49:53
WHAT IS MSDB LOF FILE IS FULL?PLEASE HELP ME ON THIS ISSUE

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-03-07 : 23:28:12
Let log file auto grow, and you can run 'backup log msdb with truncate_only' to free space in the log.
Go to Top of Page
   

- Advertisement -