Resource Governor pools

  • Comments posted to this topic are about the item Resource Governor pools

  • Easy one, thanks!

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • Koen Verbeeck (6/10/2014)


    Easy one, thanks!

    +1

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • Thanks for question Steve.

    Learnt new thing today.

    --rhythmk
    ------------------------------------------------------------------
    To post your question use below link

    https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help
    🙂

  • I learned something new today, so thanks for the question.

  • Question should have been "In SQL Server 2014, which of these is not a valid resource pool argument?".

  • This was removed by the editor as SPAM

  • William Vach (6/10/2014)


    Question should have been "In SQL Server 2014, which of these is not a valid resource pool argument?".

    I'd probably go with setting. But the question is fine as is.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • SQLRNNR (6/10/2014)


    William Vach (6/10/2014)


    Question should have been "In SQL Server 2014, which of these is not a valid resource pool argument?".

    I'd probably go with setting. But the question is fine as is.

    According to the documentation, they are arguments that get values assigned to them. Maybe a setting could also be referred to as a value but not the argument itself.

    Didn't mean to split hairs, I just wanted to say something other than the standard "easy, thanks, ...". 😎

    And totally agree, the question is fine as.

    Thanks Steve!

  • Dave62 (6/10/2014)


    SQLRNNR (6/10/2014)


    William Vach (6/10/2014)


    Question should have been "In SQL Server 2014, which of these is not a valid resource pool argument?".

    I'd probably go with setting. But the question is fine as is.

    According to the documentation, they are arguments that get values assigned to them. Maybe a setting could also be referred to as a value but not the argument itself.

    Didn't mean to split hairs, I just wanted to say something other than the standard "easy, thanks, ...". 😎

    And totally agree, the question is fine as.

    Thanks Steve!

    Well, I disagree with you and Jason. As the question is worded, it is obvious what the author thinks the answer is, but that doesn't make it a fine question, because when i create a resource pool I can call it pretty much what I like so all these could be valid resource polls, but none of these is either of teh built-in resource pools that come with reource governor so both "all of these" and "none of these" would be at least as correct as the "correct" answer and would actually answer the question that was actually asked (which is ambiguous anyway, hence two contradictory possible answers) rather than what Steve presumably intended to ask, which was what of teh listed things was not the name of a valid pool resource setting.

    Not a catastrophic error in the question, but if you've ever been involved in reviewing requirements statements to ensure that what development or production (as the case may be) understands them to mean is the same as what the people who raised the requirements intended the statement to mean you will know that this sort of misuse of terms is just not acceptable - or if you don't know that, I hope that you will enjoy trying to explain why a misunderstanding was allowed to go undetected when, at teh end of the day, the user acceptance trial rejects the thing because it works as development and QA thought it should but they thought wrong, as the inevitable result of not eliminating scope for misunderstanding at the start is discovering misunderstanding at the end.

    Tom

  • Tom,

    Currently there are 148 incorrect and 147 correct answers. This leads me to believe that your interpretation of the question may be correct. 😉

    Enjoy!

  • Thank you for the question, SJ, nice one.

    I was checking in the local help, installed both SQL 2012 and 2014, it has only this. When I synced the page to the TOC, it pointed to 2012 page... so I have to dig in to the 2014 manually to see what 2014 has to say... well in the resource pool page it is pointing to the 2012 page... :-(. so I checked for update and.. YES... there was update for both, and after updating.. no change... 🙁

    and have to check the online, finally.

    I thought - MAX_IOPS_PER_DATABASE and MIN_IOPS_PER_VOLUME - these two must be wrong choice and for this I need to select two but answer was in single selection mode.. well the past 15 minutes of thought bursts... 🙂

    CREATE RESOURCE POOL pool_name

    [ WITH

    ( [ MIN_CPU_PERCENT = value ]

    [ [ , ] MAX_CPU_PERCENT = value ]

    [ [ , ] CAP_CPU_PERCENT = value ]

    [ [ , ] AFFINITY {SCHEDULER = AUTO | (Scheduler_range_spec) | NUMANODE = (NUMA_node_range_spec)} ]

    [ [ , ] MIN_MEMORY_PERCENT = value ]

    [ [ , ] MAX_MEMORY_PERCENT = value ])

    ]

    ww; Raghu
    --
    The first and the hardest SQL statement I have wrote- "select * from customers" - and I was happy and felt smart.

  • Still working on 2012 & 2008 R2, didn't have the time or resources to start working on 2014 🙂

    Thanks & Best Regards,
    Hany Helmy
    SQL Server Database Consultant

  • easy one steve..

Viewing 14 posts - 1 through 13 (of 13 total)

You must be logged in to reply to this topic. Login to reply