Forum Replies Created

Viewing 15 posts - 46 through 60 (of 1,079 total)

  • RE: IO and drive latency

    As with any stall value, you'd want it as low as possible, and by that, I mean under 5ms would be idea in most cases, in some cases that would...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: SQL 2016 Standard AG Failover issue

    SQL STD AG is a basic availability group, with no read only routing. Still sounds like your application is connecting to a node name and not a listener name.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Performance issue after migration from SQL Server 2012

    If the 2 instances are on the same machine, did you allow for the 2016 instance to have sufficient memory, assuming you allocated everything to your 2012 instance previously?
    set...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: SQL 2016 Standard AG Failover issue

    Connect to your listener name and run SELECT @@SERVERNAME to confirm you are on your secondary node.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: SQL server Clustering 2012

    hello_san - Friday, September 29, 2017 7:47 AM

    Hi,

    even I have my instance in preferred node, still i received an email stating "

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: SQL server Clustering 2012

    hello_san - Thursday, September 28, 2017 2:26 PM

    Can you please help me if my instance is on right node then it should...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: SQL server Clustering 2012

    You'll need to make use of Powershell on the Windows Cluster level, as that is where preferred nodes are set, and build you alerting around it.
    https://technet.microsoft.com/en-us/library/ee460989.aspx - this...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Which is better and Why.?

    Luis Cazares - Thursday, September 28, 2017 8:10 AM

    kannan_egd - Thursday, September 28, 2017 7:43 AM

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Reg. TEMPDB Files

    You need traceflags, 1117 and 1118 - read up on each first before implementing. 
    1117 would keep your files growing equally - https://support.microsoft.com/en-us/help/2154845/recommendations-to-reduce-allocation-contention-in-sql-server-tempdb-d

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Insert into temp table

    girl_bj - Thursday, September 14, 2017 7:45 AM

    How can I insert into temp table from if else statement? The reason is 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: Creating a large database

    Had to check, thanks for the question.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: CosmosDB properties

    t.franz - Tuesday, September 12, 2017 6:34 AM

    To be honest, I did not even understand the question and felt like a newbie...

    We're...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Adding calculated fields from different datasets

    You will need to provide a lot more for anyone to assist you, well, with any quality replies. 
    Post DDL, sample data, what you have tried so far.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Failover Cluster reliability in a shop with limited experience in clustering

    That changes things, but you can do BAGs, Basic Availability Groups still, one DB per group, EDIT: in 2016 only again.
    I know this might not be a solution for...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Failover Cluster reliability in a shop with limited experience in clustering

    If you can afford to carve off more storage, my vote would go to Availability Groups instead on 2 x standalone VMs.
    No shared storage required, just use a file...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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 - 46 through 60 (of 1,079 total)