【发布时间】:2012-11-29 04:31:53
【问题描述】:
我收到以下错误
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,但我不知道这是在哪个数据库中发生的。这个错误非常频繁地被吐出,并且每天将错误日志增加大约 1GB。
【问题讨论】:
-
这可能是 DBA 站点的一个问题,但如果您提供有关错误何时出现的更多信息(即无法执行哪些命令)会有所帮助。这个错误有很多搜索结果,包括this question;您是否看过它们,它们是否与您的情况和配置相匹配?
标签: sql-server-2008