dbcc checkdb ("master") with no_infomsgs runs forever, does not stop

  • Hello,

    When I run dbcc checkdb ("master") with no_infomsgs the command runs forever. I had to stop it after 14 hours and 24 minutes, but it would have kept going.

    It used to end after 5 minutes on the master database, which 4 MB in size.

    Are there other commands that can be used with DBCC to find out what is going wrong? SQL server log files say nothing, only that the command started.

    Thanks,

    Paul

  • Strange. Consistently reproducible?

    Can you reboot the instance/host and try it? I'd learn towards transient error unless it continues.

  • I plan to reboot the server to free up memory. There is not enough memory to run the DBCC command.

  • pbyrum (4/2/2015)


    I plan to reboot the server to free up memory. There is not enough memory to run the DBCC command.

    Quick question, what are the server's specs and configs?

    😎

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply