Using Service Broker with Sql Server Express 2008

后端 未结 1 357
情话喂你
情话喂你 2021-01-21 05:17

Is it possible to use external activation on sql express without going thru sql enterprise/standard?

I would like to send a message to sql express service broker, then

相关标签:
1条回答
  • 2021-01-21 05:58

    You can do that, as long as the box sending the message is non-express edition.

    The edition-related limitation of Service Broker is that a message must go through at least one non-express instance on its way from the sending service to the receiving service. There are no limitations on the External Activator service itself.

    0 讨论(0)
提交回复
热议问题