User initiated stack dump. This is not a server exception dump

  • I shrank my database from SMS,

    then ran DBCC CHECKDB ('databasename',NOINDEX) with all_errormsgs

    on my database and it came back with errors. i manually reindexed with

    EXEC sp_MSforeachtable @command1="print '?' DBCC DBREINDEX ('?', ' ', 80)"

    checked it again, came back without errors. Started up our services and it was not creating those files anymore. The customer will call me back if they start up again. But they used to start right away.

    Thank You for your help.

    Terry

  • Interesting.

    Thanks for sharing the answer 🙂

Viewing 2 posts - 16 through 17 (of 17 total)

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