Wednesday, November 14, 2012

The server principal owns one or more endpoint(s) and cannot be dropped


I encountered the below error while removing one of the domain user and fixed after executing the below command

USE master
go
Alter Authorization on Endpoint::Mirroring to sa
After tranferring ownership you can able to remove login.

1 comment: