SQL Server 2008 R2
Here is a simplified example:
EXECUTE sp_executesql N\'PRINT \'\'1st \'\' + convert(varchar, getdate(), 126) WAITFOR DELAY \'\'000
It might be worth to check out the article Asynchronous T-SQL Execution Without Service Broker.