• it really depends on what you are doing to give you a solid answer.

    service broker calls run asynchronously; (sending mail via sp_send_dbmail is one common example) so you'd need to add a service broker that can execute a specific command or set of commands.

    you could start with a search for "sql server service broker example", and start from there;

    do you really need multiple async processes , or just to have one process do a bunch of stuff async so you can return control to your proc immediately??

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!