TSQL : How to get messages sent first class
Leo has posted a great tip about how to get messages
output in a TSQL batch without waiting until the batch completes. The trick is
to use RAISERROR with a level of 0
http://sqlblogcasts.com/blogs/leopasta/archive/2007/07/03/instant-gratification.aspx
-