I want to use SQL Server Service Broker to create a message (inside SQL Server) and to read it in an external C # application.
I am limited to Windows 2003 running SQL Server 2005. I have read a bunch of articles that hint that this is a possibility, but I see no example anywhere. Is it possible?
T-SQL has instructions for accessing Service Broker: SEND, RECEIVE, and others. You can use ADO.NET to execute them.
Source: https://habr.com/ru/post/925154/More articles:Reflecting overridden interface methods - javaMigrating from SQL Azure to SQL Server - sql-serverRecursion to determine expression depth - pythonJava Class.getMethods () behavior with overridden methods - javaHow to encode Java files in UTF-8 using Apache Ant? - javaDoes fluentmigrator work with SQL Server 2012? - sql-server-2012How to handle multiple IndexWriter and multiple IndexWriter cross processes - luceneJSF EL - replace null with default value - nullLucene - open a private IndexWriter - javaFullscreen video without breaking - androidAll Articles