Click here to Skip to main content
16,011,947 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how to run stored procedure in background using Asp.Net with SQL SERVER 2005 but should not wait for execution.
Posted
Updated 23-Jul-13 3:49am
v2
Comments
vinay.tatipamula 23-Jul-13 9:32am    
You can write SQL job or write one console application which just runs that Stored Procedure and schedule the exe of it using Administrative tools/Task scheduler option in your windows machine.
[no name] 23-Jul-13 9:42am    
At a guess, I would say that you would probably do this the same exact way that you have already been told and you accepted the solution.

1 solution

One way is to use jQuery's .ajax method. See api[^]

This will kick off a webservice asynchronously in which you can call your stored procedure.
 
Share this answer
 

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

  Print Answers RSS


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