Forum Replies Created

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

  • RE: Mirroring partner timeout - Not working the way advertised?

    ALTER DATABASE admin SET PARTNER TIMEOUT 59

    I use this to check the various values of my principle/mirror:

    SELECT DB_NAME(DATABASE_ID) DBName, @@SERVERNAME CurrentServer, mirroring_state_desc, mirroring_role_desc,

    mirroring_safety_level_desc, mirroring_partner_name, mirroring_witness_name,

    mirroring_witness_state_desc, mirroring_connection_timeout

    FROM sys.database_mirroring...

  • RE: Reporting Services on a failover cluster

    Thanks to all for your help. I decided to go the path of least resistance (for now) and share an existing SSRS server.

  • RE: Reporting Services on a failover cluster

    Based on what I know about licensing on clusters, this makes sense.

    What doesn't make sense is that, based on the link I posted above, MS specifically states this...

  • RE: Reporting Services on a failover cluster

    I do have an Enterprise installation on the cluster. But, it's Active/Passive. Wouldn't doing the SSRS install on both nodes require that I license SSRS on both nodes?...

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