Forum Replies Created

Viewing 15 posts - 31 through 45 (of 1,079 total)

  • RE: All the memory

    GDownie - Tuesday, June 19, 2018 1:38 AM

    Thanks, Steve. 
    If there is nothing else running is it a valid option to leave the...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Always On Availability Groups Failover Question

    1) Even after 3) there still isn't a usable database because "mydatabase" on S2 (which had become the primary) could've had transactions on it that S1 doesn't know about yet?

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Providing Feedback to Speakers

    Firstly, speakers invest a lot of their own time, mostly unpaid to give back to the community, and anyone who fails to appreciate this should stop attending sessions.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: How static IPs are used in Windows Failover Cluster and HAG listeners?

    Start with Perry's Stairway to AlwaysOn, will answer all your questions: http://www.sqlservercentral.com/stairway/112556/

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Return Code for an If Statement

    Try the following. I set @myvalue to 6 as a test for a normal operation. Comment it out and you'll get a "-3" returned.
    Build your other logic around/in it. 

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Standard's Basic Availability Group - many IP addresses

    Rekonn - Thursday, November 2, 2017 9:34 AM

    My company is considering a new database server, and I'm exploring if it's possible to...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Backups

    iseedeadpeople - Thursday, November 2, 2017 8:40 AM

    Hi, Guys i have a one question. I have a db where backup is 50...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: File Share Witness Location

    Since the Quorum and FSW is a Windows Cluster Component, your best bet is PowerShell:

    get-clusterresource -cluster sqlcluster | where-object {$_.ResourceType -like “File Share Witness”} | get-clusterparameter

    To...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Limiting Indexing

    HappyGeek - Thursday, November 2, 2017 1:43 AM

    Interesting question Steve thanks, but can't help feeling there are two possible answers in there...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Always On manual script

    If I understand your question correct, you should use ALTER AVAILABILITY GROUP:

    https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/change-the-availability-mode-of-an-availability-replica-sql-server

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Mirroring in a WSFC environment

    Mark Harley - Friday, October 27, 2017 10:21 AM

    Yes, those assumptions are correct.  So, as I assumed, the cluster and its witness...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Mirroring in a WSFC environment

    From your post, we can understand that:
    1. Your Infrastructure Team wants a Failover Cluster with a FSW Quorum instead of shared Disk, 
    2. SQL DB Mirroring uses a Witness...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Database Mirroring Issue

    seyiisq - Tuesday, October 17, 2017 7:22 AM

    Thanks SSChampion,
    The port i am using is not 5022. However, i cannot telnet to it. But...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Database Mirroring Issue

    seyiisq - Tuesday, October 17, 2017 6:13 AM

    Hello Team,
    I have a database which was mirroring currectly to DR successfully until the principal...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Always-On. ALLOW_CONNECTIONS

    Consider using the ReadOnlyRouting and the ApplicationIntent=ReadOnly switch in your connection string for the read-only readers.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

Viewing 15 posts - 31 through 45 (of 1,079 total)