Viewing 4 posts - 1 through 4 (of 4 total)
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...
September 8, 2011 at 10:50 am
Thanks to all for your help. I decided to go the path of least resistance (for now) and share an existing SSRS server.
June 9, 2011 at 4:15 pm
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...
June 8, 2011 at 12:01 pm
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?...
June 8, 2011 at 9:31 am
Viewing 4 posts - 1 through 4 (of 4 total)