数据库为什么会出现这种错误!

dutengzhi 2004-04-27 09:24:49
sqldumpexecptionhandler c00000005 exception_access_viloation
sql server终止
...全文
83 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
wxq1142 2004-04-30
  • 打赏
  • 举报
回复
gz
了缘 2004-04-30
  • 打赏
  • 举报
回复
up
netcoder 2004-04-29
  • 打赏
  • 举报
回复
参考:
http://support.microsoft.com/default.aspx?scid=kb;en-us;270061&Product=sql2k
BUG: Access Violation Occurs When You Debug Stored Procedure
适用于
This 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.
The preceding error message appears in the Transact-SQL debugger included with Microsoft Visual C++, while the following error message appears in the Transact-SQL debugger included with Microsoft Visual Basic:

Process %i generated fatal exception c0000005
Because the client applications parse the error message, the exact error message may vary from client to client. The Transact-SQL debuggers included in various development environments in this case.
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: Select @@Servername

Normally, this code returns the Microsoft Windows NT machine name of the server.
WORKAROUND
To work around this behavior, run the following statement from the Query Analyzer: sp_addserver 'servername', 'local'

NOTE: servername is the Windows NT machine name. Stop, and then restart the SQL Server server.
STATUS
Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

netcoder 2004-04-29
  • 打赏
  • 举报
回复
是调试时候的错吗
这好象是个bug,没有好的办法解决
dutengzhi 2004-04-27
  • 打赏
  • 举报
回复
错误: 0,严重度: 19,状态: 0
language_exec: 进程 52 访问违规。SQL Server 将终止该进程。

错误: 0,严重度: 19,状态: 0
SqlDumpExceptionHandler: 进程 52 发生了严重的异常 c0000005 EXCEPTION_ACCESS_VIOLATION。SQL Server 将终止该进程。

22,209

社区成员

发帖
与我相关
我的任务
社区描述
MS-SQL Server 疑难问题
社区管理员
  • 疑难问题社区
  • 尘觉
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧