sql 2012 always on - failover specific databases?

  • Hi -

    I have multiple databases configured in one availability group.

    Is it possible to failover one of databases w/in the availability group?

    I know the entire group will failover with the following:

    ALTER AVAILABILITY GROUP AVGGroupName FORCE_FAILOVER_ALLOW_DATA_LOSS;

    Don't think it's possible at the DB level though.

    Thanks.

  • Not at DB level.

    All DBs get failed over within that AG.

    However, if you have multiple AGs on the same instance, you can fail them over individually.

    HTH

    Kishore

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply