Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have executed a command from mozilla firefox to update the records of a table using while loop in SP for different databases and different records.

Now, It's 30 minutes over now from clicking the command button. I was waiting for Success message on browser.
But when I have checked database, it has been fully completed for all databases and all records.

So, I want to ask why it was not returned success message on browser instead of processing symbol on browser tab.
Posted
Comments
Dylan Morley 30-May-12 4:10am    
You need to post the code that is submitting the stored procedure. Otherwise, how can we guess what the problem is?!

have you checked the store procedure by passing argument
like :-
SQL
exec storeprocedureName,arg1,arg2,arg3


if not then check it that in how many times it will return result. i think in loop it was stuck.
 
Share this answer
 
Comments
Ashish Naval 30-May-12 5:40am    
Actually, same proc is working fine for lesser time taking statements and return exact messages from SQL Server. But this statement is some more time taking. I think this is the issue of time. What would you suggest?
Prasad_Kulkarni 14-Jun-12 3:38am    
Nothing wrong to down-vote for this answer. 5'ed!
plz show the Stored Procedure then do the solution.
 
Share this answer
 
Comments
Rahul Rajat Singh 30-May-12 4:42am    
This is not a solution. please use the comment/question area for such questions.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900