Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
托管实例是否支持 Service Broker 外部激活器?如何通知 Webjob 或 Azure 函数等外部进程?我试图避免创建 CLR 来调用 Web 服务。
Service Broker External Activator 需要 Windows 身份验证,而 Managed Instance 只支持 SQL 和 AAD 身份验证,所以我猜它不能工作。
此外,Service Broker External Activator 仅对 DDL 事件作出反应。如果您需要对数据更改实施通知,则需要创建使用更改跟踪、查询通知的外部应用程序。但是,如果您需要从 SQL 引擎调用一些外部触发器,我想您无法避免 CLR。