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.
我在 SQL 2008R2 服务器上设置了服务代理队列,并且正在尝试清空队列。我正在运行此处指定的脚本,该脚本过去一直有效,但现在尽管运行了此队列,但队列并未被清空。
有没有更好的方法来清空队列?
清空队列的更好方法是在处理完所有消息后始终结束对话和两端(两个服务)。在这种情况下,消息将从队列中删除。
在您运行脚本时,是否有其他事务正在处理消息?