From SQL Server to MSMQ using PowerShell
How do you get records from a SQL Server table into a MSMQ queue as separate XML messages? A commonly suggested way to communicate with MSMQ from within SQL Server is to create a CLR assembly. See for instance this … Read more →