SQL Server principal “dbo” does not exist,

后端 未结 11 1062
醉话见心
醉话见心 2020-12-22 16:05

I am getting the following error

Cannot execute as the database principal because the principal \"dbo\" 
does not exist, this type of principal cannot be imp         


        
11条回答
  •  轮回少年
    2020-12-22 16:22

    If the above does not work then try the following. It solved the problem for me even when the owner was well defined for the database.

    SQL Server 2008 replication failing with: process could not execute 'sp_replcmds'

提交回复
热议问题