Forum Replies Created

Viewing 15 posts - 1,621 through 1,635 (of 9,244 total)

  • RE: The RegisterAllProvidersIP SQL cluster

    PretendDBA (10/28/2015)


    Hi Perry, I'm not sure where would be more appropriate to post this question? the SQL 2012 section doesn't have a HA section?

    Well it certainly doesn't belong in the...

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

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

  • RE: The RegisterAllProvidersIP SQL cluster

    PretendDBA (10/27/2015)


    Hi, New Windows 2012 R2 cluster running SQL 2012 Sp2. Validation wizard is telling me that The RegisterAllProvidersIP = 1 for the SQL resource and it should be set...

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

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

  • RE: AlwaysOn HA - database stuck in initializing- after failover

    have you had a full backup run since the secondary database fell behind?

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

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

  • RE: get last full backup times

    Snargables (10/28/2015)


    I'm not trying to be rude here however none of these work properly and are returning extraneous results.

    There's nothing wrong with either of the queries supplied above, the issue...

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

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

  • RE: Conditions Required for an Automatic Failover on AlwaysOn?

    SQL Galaxy (10/27/2015)


    1. Two nodes cluster with AO setup - it should be require to configure file share to another server for reading cluster resource and cluster services become a...

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

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

  • RE: Conditions Required for an Automatic Failover on AlwaysOn?

    SQL Galaxy (10/27/2015)


    Yes.. I am loosing quorum resource between two nodes...at first time I did not configure File share features during AO setup.

    Is it mandatory to add 3rd node or...

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

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

  • RE: restore master on new cluster

    Hadrian (10/28/2015)


    Hello Guys,

    I have this situation: -Two nodes cluster with two instances sql cluster 2012 and I need to move all on the new cluster 2012 with finally the...

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

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

  • RE: restore master on new cluster

    anthony.green (10/28/2015)


    Could you not just add in the new nodes to the existing cluster and evict the two old nodes?

    Depends if the OS on the existing nodes supports this.

    One way...

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

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

  • RE: get last full backup times

    Snargables (10/27/2015)


    DECLARE @db_name VARCHAR(100)[/code]

    A database name is a data type SYSNAME or VARCHAR(128), declare it as so or you may have issues if you have databases with really long names.

    Snargables...

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

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

  • RE: Finding the version details from IP and Port

    open up the errorlog, this will have details on the edition and version of sql server running

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

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

  • RE: Database in Suspect Mode

    Ratheesh.K.Nair (10/24/2015)


    DB went to suspect because of disk went offline. Another DBA went and rebooted the server and many other DB went suspect but all came to normal after another...

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

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

  • RE: Issues Setting up Mirroring SQL 2008 R2 from Windows 2008 server to Windows 2012 Server

    do you have multiple instances on server002, that's what your diagram implies.

    With multiple instances you'll need to pick a separate, unique port number

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

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

  • RE: AlwaysOn HA - database stuck in initializing- after failover

    is this a synchronous or asynchronous session?

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

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

  • RE: AlwaysOn Secondary down -> Whole Cluster goes down

    you're losing quorum and this is taking the cluster service offline, when this happens any cluster roles will also go offline.

    for a 2 node cluster you should employ a witness,...

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

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

  • RE: How do I change the file path from C: drive to E:

    mw112009 (10/22/2015)


    See attached

    Use the ALTER DATABASE ... MODIFY FILE statement. For help on this check BOL. Also see my guide at this link[/url]

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

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

Viewing 15 posts - 1,621 through 1,635 (of 9,244 total)