Article ID: 270061 - Last Review: October 31, 2003 - Revision: 3.2 BUG: Access Violation Occurs When You Debug Stored ProcedureThis article was previously published under Q270061
BUG #: 58179 (SQLBUG_70) BUG #: 235205 (SHILOH_BUGS) SYMPTOMS
The following error message may be returned to a Transact-SQL debugger, and reported in the SQL Server Errorlog, when you attempt to debug a Transact-SQL statement or a stored procedure:
SqlDumpExceptionHandler: Process %i generated fatal exception c0000005 EXCEPTION_ACCESS_VIOLATION. SQL Server is terminating this process.
Process %i generated fatal exception c0000005
CAUSE
This error message occurs when the Configuration Function @@Servername returns Null. To verify this, open Query Analyzer, connect to the server, and then run the following statement: WORKAROUND
To work around this behavior, run the following statement from the Query Analyzer:
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.
| Article Translations
|
Back to the top
