Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Other SQL Server 2008 Topics
 Executing a store procedure shutting down the sql

Author  Topic 

mastsetup
Starting Member

1 Post

Posted - 2013-02-19 : 16:51:42
I’m executing a stored procedure from a C# program on SQL server 2008 r1.
In my stored procedure, I’m connecting to a linked DB2/A400 database and inserting some data.

When I run this stored procedure 4 times in a loop, after the execution it’s shutting down the SQL server instance.
This was working fine for many months. Suddenly it’s started giving the error.

Following is the error in sql server error log

Message
SQL Server is terminating because of fatal exception c0000005. This error may be caused by an unhandled Win32 or C++ exception, or by an access violation encountered during exception handling. Check the SQL error log for any related stack dumps or messages. This exception forces SQL Server to shutdown. To recover from this error, restart the server (unless SQLAgent is configured to auto restart).

If I don’t run the stored procedure in a loop, it works fine.

Any help is appreciated.

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2013-02-19 : 17:23:17
Are you up to date on SQL hotfixes/service packs? Show us the output of SELECT @@VERSION.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -