find high availability configure in SQL server 2008 R2

  • Hi,

    How to find what high availability SQL server 2008 R2 has been set up?

    Like is my server is configured with Clustering or with Replication or with Mirroring or with Log shipping via Query instead of looking into IDE.

    How can we find those.

  • You can execute things such as:

    select SERVERPROPERTY('IsClustered ')

    exec master..sp_help_log_shipping_monitor

    select *

    from sys.databases

    select *

    from sys.database_mirroring

    Sue

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

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