Forum Replies Created

Viewing 15 posts - 376 through 390 (of 758 total)

  • RE: SQL Memory Leak ?

    GilaMonster (9/28/2012)


    It's not 'allocated' per se. It's requested by queries and whatever this query requested was more than the resource governor defaults are (which are always in place, regardless whether...

  • RE: SQL Memory Leak ?

    GilaMonster (9/28/2012)


    Nothing to do with the buffer pool, it's a query that requires more workspace memory than is allowed.

    What query is it?

    This is not a memory leak.

    This happened a few...

  • RE: SQL 2012 High Availibility

    Perry Whittle (9/28/2012)


    you would have to force service on the 3rd node

    Thanks

    How would I do that?

    Is that the same as failing-over ?

  • RE: SQL 2012 High Availibility

    Perry Whittle (9/28/2012)


    SQLSACT (9/28/2012)


    Very interesting, do you know if it's possible to remove a nodes vote in a Windows 2012 Cluster?

    Haven't had chance to look at the 2012 OS yet,...

  • RE: SQL 2012 High Availibility

    Perry Whittle (9/27/2012)


    You want to try and achieve an odd number of voting nodes to help maintain quorum, with three nodes Node majority would be default.

    However, take this scenario....

  • RE: SQL 2012 High Availibility

    Perry Whittle (9/27/2012)


    yes, correct

    Thanks for your help

    Because the 3 nodes involved in the same Cluster but only 2 of them will be partners to each other, what do you recommend...

  • RE: SQL 2012 High Availibility

    Perry Whittle (9/27/2012)


    ok, so you understand that the 2 nodes participating in the failover cluster instance share the resources in the cluster group, they don't each have a G drive,...

  • RE: SQL 2012 High Availibility

    Perry Whittle (9/27/2012)


    Have you worked with windows server failover clusters before, do you understand the concepts?

    Yes I have and I do, sort of

    We currently have 2 node clusters combined...

  • RE: SQL 2012 High Availibility

    Perry Whittle (9/27/2012)


    SQLSACT (9/27/2012)


    FCI called "SQLCLUST01\INST1" across Clusternode1 and Clusternode2.

    Non clustered instance "Clusternode3\INST2" installed to Clusternode3.

    AO group called "AOGrp1" created between instances "SQLCLUST01\INST1" and "Clusternode3\INST2"

    The above setup is an AG...

  • RE: SQL 2012 High Availibility

    Perry Whittle (9/27/2012)


    SQLSACT (9/27/2012)


    For a setup of an AG between 2 servers without incorporating FCI, I just need 2 servers, with it's own storage, right?

    That is correct, recall that...

  • RE: SQL 2012 High Availibility

    Perry Whittle (9/20/2012)


    SQLSACT (9/20/2012)


    however, is it just me or does it become very complex when you start combining FCI ?

    Thanks

    yes extremely, why do you think i wrote the article 😉

    Hi...

  • RE: SQL Disk to Memory

    GilaMonster (9/27/2012)


    SQLSACT (9/27/2012)


    Why would it need to read a blank page off disk?

    Wouldn't it need another page to accomodate the page split?

    Sure, but why would it need to read a...

  • RE: SQL Disk to Memory

    GilaMonster (9/26/2012)


    SQLSACT (9/26/2012)


    If the page in memory cannot accomodate the insert, does SQL then just bring an extra page blank page from disk into memory?

    Why would it need to read...

  • RE: SQL Disk to Memory

    GilaMonster (9/26/2012)


    Yes and yes.

    This is a lot to take in for a newbie :hehe:

    What happens in the case of a page split?

    If the page in memory cannot accomodate the insert,...

  • RE: SQL Disk to Memory

    GilaMonster (9/26/2012)


    SQLSACT (9/26/2012)


    This whole post is under the assumption that we're only querying data, we are not doing any Inserts, Updates or Deletes, right?

    No, not really.

    Thanks

    If SQL needs to insert/delete...

Viewing 15 posts - 376 through 390 (of 758 total)