Forum Replies Created

Viewing 15 posts - 2,296 through 2,310 (of 5,841 total)

  • RE: High percent signal waits with very low cpu usage

    Well, I think you are correct - it does seem to be odd behavior. Unfortunately it is so odd that I cannot offer any insight without being on the...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Availability Group Question

    RTaylor2208 (11/15/2013)


    TheSQLGuru (11/14/2013)


    Please don't just read a few blog posts, run a few forum questions and then set off doing AGs!!! NOTHING good will come of that! This...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: High percent signal waits with very low cpu usage

    1) exactly what query are you using to identify the signal waits (and waits in general)? My guess is something like Glenn Berry's which is since server uptime or...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Availability Group Question

    Please don't just read a few blog posts, run a few forum questions and then set off doing AGs!!! NOTHING good will come of that! This is complex...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: SQL Server 2012 Gotcha with Identity Column

    Nevyn (11/14/2013)


    To DBAs, this isn't important, because *we* know that identity columns are arbitrarily assigned. However, the users of the report in question are accustomed to seeing mostly consecutive values...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Combine Multiple Queries into a CTE?

    autoexcrement (11/14/2013)


    Be sure you are clear on the difference between UNION, and UNION ALL. Give a holler if you need any more help. 🙂

    In case you aren't UNION will do...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: blocking queries

    You have views and functions in play here, you haven't given us any information about the tables involved, the indexing on those tables, the data value skew situation, row counts,...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: DBCC CHECKDB Hangs - Resource Governor Issue

    krypt0rg (11/14/2013)


    Thank you. That suggestion was extremely helpful. I reduced the AppPool min memory to 40% and DBCC works like a charm now. I'll see if i can leave it...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Combine Multiple Queries into a CTE?

    You can actually just do the UNION ALL stuff and your calculations without a CTE too.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: SQL Server 2012 Gotcha with Identity Column

    shew (11/14/2013)


    >>Why is having no gaps in what is probably an artificial primary key (column without meaning) important?

    To DBAs, this isn't important, because *we* know that identity columns are arbitrarily...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: DBCC CHECKDB Hangs - Resource Governor Issue

    I didn't say you set the min memory for the dbcc group. I think it could be related to the 70% min for the app group. Reduce that...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Memory Management

    GREAT catch Ed! I focused on just the memory leak situation and zoomed right over the obvious lack of MAX MEMORY cap! Personally I would start with something a...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Index hint on query

    GilaMonster (11/14/2013)


    Remove the hint unless there is no other way to get the optimiser to choose the index that you know to be best, you know why the index you're...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: DBCC CHECKDB Hangs - Resource Governor Issue

    maybe preprod is actually consuming that 70% of memory the app pool wants but dev isn't? I would be quite leery of setting a MIN memory so high personally.

    If...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: DBCC CHECKDB Hangs - Resource Governor Issue

    Someone (Argenis Fernandez??) recently had issues with memory grants and checkdb. My recollection is that they REDUCED the memory available for checkdb to make it run WAY faster and...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

Viewing 15 posts - 2,296 through 2,310 (of 5,841 total)