InfoMessages
Posted by Andres on November 11th, 2005Chris posted some time ago a code example on how to get the text messages that SQL Server sometimes send you. Today I used that code, and I couldn’t help but changing it around a bit. Chris’ example used an instance variable to store the StringBuilder he used to build the full message. I didn’t [...]