Skip to content

Instantly share code, notes, and snippets.

@muhdkhokhar
Created August 6, 2022 14:23
Show Gist options
  • Save muhdkhokhar/37b10257c83afc135de07d2f430751ae to your computer and use it in GitHub Desktop.
Save muhdkhokhar/37b10257c83afc135de07d2f430751ae to your computer and use it in GitHub Desktop.
WAITFOR (
RECEIVE TOP(1) @message_type = message_type_name,
@message_body = CAST(message_body AS varchar(max)),
@dialog = conversation_handle
FROM dbo.TestQueue )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment