August 2, 2006 at 11:48 am
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?
August 2, 2006 at 12:20 pm
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.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply