I am using SQL Server 2012 and trying to configure database mirroring on a contained database. I have configured mirroring on other databases in the same environment without issue, but when I try to configure it on the contained database I get the following error.
Alter failed for Database ‘X’. (Microsoft.SqlServer.Smo)
Property DefaultLanguageName is not available for Database ‘[X]’. This property may not exist for this object or may not be retrievable due to insufficient access rights.
I am in the sysadmin role and have verified that 'contained database authentication' is turned on for both the principal and the mirror. What am I missing?
~M