Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » crash   (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 Crash Dump with adplus

ADPlus from the Debugging Tools can be used to get Crash Dumps. ADPlus is a command-line VBScript file which runs a debugger with best-case switches in order to produce a dump file. In a nutshell, the dump file contains the application as it was running

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