• Hi Gurus,

    I'm having trouble understanding SQL Server active/active cluster model. I was asked by our management about the difference between active/passive active/active to run SharePoint 2010.

    I know what is active/passive means. I’m trying to make sense out of active/active. So in active/active, you have 2 instances running on each node. Say

    In a two node Windows 2008 cluster server,

    Instance share2010 running on node1 as active and share2010 running on node2 as passive

    Instance share2010_2 running on node2 as active and share2010_2 running on node1 as passive

    Can someone please explain how application(SharePoint 2010) failover would work ?

    And how data between 2 instances are sync ?