Tuesday, July 03, 2007 - Posts

TSQL : How to get messages sent first class

My blog has moved to sqlblogcasts.com/blogs/simons
The full version of this post can be found here., http://sqlblogcasts.com/blogs/simons/TSQL : How to get messages sent first class
The new RSS feed is here

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

... To read the complete version of this post go here, http://sqlblogcasts.com/blogs/simons/TSQL : How to get messages sent first class