October 4, 2013 at 11:17 pm
When I run the query
it only shows the total space of 100 MB.
October 5, 2013 at 3:39 pm
obulay (10/4/2013)
When I run the queryit only shows the total space of 100 MB.
Did you ever know MSDB on your system to be smaller? What has probably happened is that someone forgot to clear the job logs over a long period of time and then someone remembered. Clearing the logs doesn't return space or shrink the database. In the SSMS Object Explorer (press the {f8} key to see it if not visible), right-click on the MSDB database (it's under "System Databases in case you don't know), select "Reports" ,"Standard Reports", "Disk Usage", and see how much free space there is.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2013 at 3:50 pm
You have any service broker configured anywhere?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
October 7, 2013 at 2:05 pm
Yes, It was 50 GB Service Broker Queue. I had no way to delete it in batches, so My MSDB log grow to 200 GB to log the delete operation. Thank you.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply