QueryNotificationErrorsQueue在MS中的功能是什么?
由于QueryNotificationErrorsQueue.上的接收权限是SQLDependency和SQLNotificationRequest之间唯一的权限差异SQLDependency需要它,SQLNotificationRequest不需要它。
发布于 2011-01-14 18:02:51
它是查询通知的启动器端队列。它从来不被实际使用,进入队列的消息(只能是来自QN通知传递尝试的错误响应)在enqueue时被截获并得到特殊处理。其他系统队列也是如此:EventNotificationErrorsQueue和ServiceBrokerQueue。应用程序不可能从这三个系统队列接收消息。
SqlDependecy和SqlNotificationRequests都不需要接收对QueryNotificationErrorsQueue的权限。你能指出你在哪里读到了SqlDependency需要的信息吗?
https://stackoverflow.com/questions/4690796
复制相似问题