Forum Replies Created

Viewing 15 posts - 2,311 through 2,325 (of 9,241 total)

  • RE: Error Renaming Logical Filename

    what is the recovery model set to on this database

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Log management of PRimary Database in Always on

    A backup log command on a secondary replica will truncate the log as necessary on the Primary. This link details the following

    SQL Server Books Online


    To back up a secondary database,...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: san storage swap and quorum and mstdc drives

    DNA_DBA (2/27/2015)


    In Win 2008r2 you can take the quorum offline and the cluster will stay up.

    depends on your config, generally 2008R2 is not as tolerant as windows 2012

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: What system databases are required to start sql server / where to store?

    with minimal startup just master, other than that master and model, tempdb is re created if it doesn't exist. SQL Server Agent wont start if msdb is missing

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: quoram set up

    salnasi (2/27/2015)


    Windows Server 2012R2 there is something called the dynamic Quorum. When this option is enabled, the cluster dynamically manages the vote assignment to nodes, based on the...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Kerberos/SPN issues with multiple instances using dedicated IP's/Ports

    can you list out the SPNs and post details of them, obfuscate any names first obviously

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: san storage swap and quorum and mstdc drives

    taking dtc offline does not affect the cluster.

    As for the disk witness it depends on your config.

    If you have only 2 nodes in the cluster and a disk witness, you...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: AlwaysON Multi Subnet Cluster, AG Listener

    muthyala_51 (2/26/2015)


    We are still in testing phase only.

    This is the time to iron these things out see which way works best for your scenario

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: AlwaysON Multi Subnet Cluster, AG Listener

    POC = Proof Of Concept

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: AlwaysOn connection issue with the primary node using its host name

    You still haven't answered my question, did you run any scripts as part of the Readonly routing setup, if so please post details.

    If you didn't, then you have no RO...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: The slab consolidation / trim operation cannot be performed because the volume alignment is invalid

    slab and trim are more to do with the storage that sits underneath the volume, seems to be a storage system configuration issue

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: AlwaysOn connection issue with the primary node using its host name

    Post the results of this query run against the primary replica

    selectreplica_id

    , group_id

    , replica_metadata_id

    , replica_server_name

    , owner_sid

    , endpoint_url

    , availability_mode

    , availability_mode_desc

    , failover_mode

    , failover_mode_desc

    , session_timeout

    , primary_role_allow_connections

    , primary_role_allow_connections_desc

    , secondary_role_allow_connections

    , secondary_role_allow_connections_desc

    , create_date

    , modify_date

    , backup_priority

    , read_only_routing_url

    from...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: AlwaysOn connection issue with the primary node using its host name

    ok, so what scripts did you run to configure readonly routing?

    Would expect to see something like this

    ALTER AVAILABILITY GROUP [STOKEAG_1] MODIFY REPLICA ON

    N'STOKECSCLNODE1\INST1' WITH (SECONDARY_ROLE (ALLOW_CONNECTIONS = READ_ONLY));

    ALTER AVAILABILITY GROUP...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: AlwaysOn connection issue with the primary node using its host name

    sherrerk (2/26/2015)


    I am no problem connecting to the secondary node using its host name, but can not get to it through the listener using the applicationintent=readonly.

    Can you provide details of...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: The slab consolidation / trim operation cannot be performed because the volume alignment is invalid

    this looks pretty good and mentions netapp specifically

    http://blogs.msdn.com/b/clustering/archive/2010/05/23/10015174.aspx?PageIndex=57

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 2,311 through 2,325 (of 9,241 total)