Is there a way to write to MSMQ from T-SQL and/or Stored procedure? I am using SQL Server 2000.
+3
A:
Using the OLE Automation procedures: sp_OACreate
and sp_OAMethod
.
See Posting Message to MSMQ from SQL Server.
Remus Rusanu
2009-12-02 18:47:40