E
eNathan
I'm sure this has been discussed before...
I have a query that moves a large amount of data from one db to another and
takes between 20-25 seconds. This causes a timeout error. With ADO.NET &
ASP.NET, how can I fire a stored procedure and let it run asynchronously? I
don't care to wait for it to finish.
By the way I'm using the Data Access Application Block. TIA
I have a query that moves a large amount of data from one db to another and
takes between 20-25 seconds. This causes a timeout error. With ADO.NET &
ASP.NET, how can I fire a stored procedure and let it run asynchronously? I
don't care to wait for it to finish.
By the way I'm using the Data Access Application Block. TIA