Launching a "Fire and Forget" stored procedure

  • Thread starter Thread starter Maury
  • Start date Start date
M

Maury

Hello,
I have an asp.net applicaiton and I woul like to add some logging
features
(not only for errors but even for user activities), my principal
interest is to NOT
decrease performance so I would like to launch some SQL Server 2005
stored procedures in a "Fire and Forget" way: the application launch
the Stored Proc
and continues without waiting ...
Is it possible? How?

Thanks!
..:M.A:.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top