Fork me on GitHub

Service Broker 无法工作的问题修复

数据库的Service Broker在通过备份/还原方式恢复数据库后,通过SELECT * FROM sys.transmission_queue 查到的错误信息:

An exception occurred while enqueueing a message in the target queue. Error: 15517, State: 1. Cannot execute as the database principal because the principal "dbo" does not exist, this type of principal cannot be impersonated, or you do not have permission.

解决办法:

ALTER AUTHORIZATION ON DATABASE::[yourdatabase] TO [sa];

posted @ 2009-09-28 17:54  张善友  阅读(1207)  评论(1编辑  收藏  举报