Stack Dump

  • Why do stack dumps occur?

    When I saw the error log  there were so many stack dumps genreated due to same bulk insert statement. Due to which after some time SQL Server has resatrted.

    What exactly is stack dump & what causes it to occur?

  • Stack dumps happen when SQL Server has an error that it cannot handle.  The dumps are designed to be used as a debugging tool for Microsoft.  They can sometimes clue you in the right direction, but as a rule they are not very straight forward to read.  Run dbcc checkdb on your database and send the stack dumps to Microsoft.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

Viewing 2 posts - 1 through 1 (of 1 total)

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