• L' Eomot Inversé (7/27/2012)


    C-Note (7/27/2012)


    L' Eomot Inversé (7/27/2012)


    C-Note (7/27/2012)


    Dan Graveen (7/26/2012)


    "How is it available, but it cannot be altered?"

    This was exactly the question I was stumped on and exactly the logic I followed in assuming that contained dbs wouldn't support mirroring.

    Very challenging, thanks!

    What makes you think it can't be altered?

    The fact that a particular deprecated feature can't be use to alter this new feature? Or something else?

    The following quote from this MDSN article:

    "ALTER DATABASE database mirroring options are not available for a contained database."

    That's a long-winded way to say "Yes, the fact that a deprecated feature can't be used to change a new feature", isn't it?

    Right at the front of that specific article, before anything else, you have this very clear statement that ALTER DATABAE MIRRORING is deprecated:

    BoL


    Note

    This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use Always On Availability Groups instead.

    It even tells you where to look for the new way of doing things.

    I'm not disputing the fact that the feature has been deprecated, that was also the first thing I noticed when reading the article.

    I understand that "deprecated" != prohibited, but I incorrectly assumed (as Dan did) that since ALTER db mirroring options won't work with contained dbs, that mirroring was not supported at all.