Is it possible to call a stored procedure from another stored procedure asynchronously?
Edit: Specifically I\'m working with a DB2 database.
With MS Sql Server 2005, try the Service Broker and/or CLR stored procedures. I don't think there's anything built directly into TSQL.