We are trying to launch webservices asynchronously from SQL Server and Service Broker seemed the most interesting choice. For Service Broker itself many different examples can be found online. I managed to have a working example in which I sent several parameters in a message on a queue and have the queue triā¦