all groups > sql server misc > december 2005 >
You're in the

sql server misc

group:

sql server 2000 stops after transaction


sql server 2000 stops after transaction vineet.jsl NO[at]SPAM gmail.com
12/19/2005 4:17:30 AM
sql server misc:
Hi,
i have created a stored procedure and its running fine.
i am sure that sproc doesn't have any problem.
after that i integrate this sproc to an application.

whenever i execute sproc from query analyzer. its running fine and
doing expected job.
but whenever i am calling it through application after one successful
transaction whenever i call second time, the sql server stops
responding.

what cause this problem..
plz help me.
Re: sql server 2000 stops after transaction John Bell
12/19/2005 12:35:29 PM
Hi

You may want to post the code for this stored procedure. At a guess you are
not handling transactions correctly and blocking your second initiation.
Look at DBCC OPENTRAN

John

[quoted text, click to view]

Re: sql server 2000 stops after transaction Uri Dimant
12/19/2005 2:37:57 PM
Hi
What does the proc do? Have you try to open second window in QA and run it
again as you did within the application?



[quoted text, click to view]

AddThis Social Bookmark Button