Archive for the ‘SSIS’ Category

Sending a plain string to a MS Message Queue in SSIS

When dealing with an application that will remain nameless, I needed to use SQL Server Integration Services to generate some data, and then put a string into a MSMQ. While trying to get it to work, I went through the…