Saturday, January 15, 2011 8:08 PM
rusanu.com
How to pass a NULL value in a message to a queue in SQL Server
The SEND Transact-SQL verb does not allow to send a NULL message body, attempting to do so will result in error: Msg 8433, Level 16, State 1, Line 11 The message body may not be NULL. A zero-length UNICODE or binary string is allowed. But there are ways
Read More...