Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » hang   (RSS)

About: Dumps

Full Dumps: A full dump pretty much gets everything in memory for the application at the time the dump is taken. Because of this, a process taking one gig of memory will likely result in a one gig dump file. · A full dump will have this information: Heap

Howto: Generating a Hang Dump with adplus

Adplus from the Debugging Tools can be used to get Hang Dumps. Normally, you want to take at least 2 dumps to so the person debugging can get an idea of where the hang is. Installing Adplus and the Debugging SDK: 1. Go to http://www.microsoft.com/whdc/devtools/debugging/default.mspx

Why is CDOSYS failing in a stored procedure?

If you’re experiencing issues with CDOSYS under a stored procedure, you may be running into one of the issues I'll mention here. Outlook is usually installed on SQL Servers in order to provide mail sending capability (using xp_sendmail). However, xp_sendmail
 
Page view tracker