When I try to drop publication created in 2008 I get a message "Can not execute as the database principle becasue the principle dbo does not exist, this type of principle can not be impersonated".
The dbo does exist in the publisher db and I am sysadmin on the box. What could be the problem?
This is what I am trying
The dbo does exist in the publisher db and I am sysadmin on the box. What could be the problem?
This is what I am trying
exec
sp_droppublication@publication =N'HLA_ST'
Msg 15517, Level 16, State 1, Procedure sp_replcmds, Line 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.