Asynchronous SQL stored procedure command execution in .NET 2.0

January 16, 2007

I was looking for a way to call a stored procedure asynchronously and Keyvan Nayyeri's article which does just that. This can come in handy where you do not want to increase the timeout of a stored procedure but have some serious processing going on in the database. I'm currently doing a lot of work on batch processes which are triggered when messages are dropped on queues and this should suit me just fine!

diigo itdeliciousdiggfacebookreddit

Comments

blog comments powered by Disqus