Forum Replies Created

Viewing 15 posts - 151 through 165 (of 5,841 total)

  • RE: Reg : CPU utilization in server

    prem.m38 - Friday, September 8, 2017 10:17 AM

    Wen we are moving to new server and planning to reduce no of cores as...

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

  • RE: Reg : CPU utilization in server

    IIRC (and I NEVER give clients on-the-record advice about licensing due to the inherent liability of doing that) if a server has N cores you MUST license ALL of them...

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

  • RE: Performance - View vs. SP

    Find a copy of "SQL Server MVP Deep Dives 2" (which was created and sold as a charity benefit) and read my chapter entitled "Death by UDF". There are umpteen...

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

  • RE: Reg : CPU utilization in server

    BTW, are you seriously saying you want your CPU utilization to be LOWER?? I sure hope I misread that.

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

  • RE: Reg : CPU utilization in server

    Low CPU usage (regardless of core count) is almost ALWAYS attributable to two things. Not enough RAM (common) and not enough IO bandwidth (almost ubiquitous in my 20+ years of...

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

  • RE: Slow queries during busy times

    That is an awesome response Jeff!! Thanks. Worthy of an article actually, but it (kinda) sadly wouldn't benefit many people because hardly anyone uses MARS (THANKFULLY!!).

    I am quite...

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

  • RE: Log Shipping Instance TempDB Allocation

    It is quite common at my clients to have a secondary standby server with lower capabilities than the primary has (sometimes significantly less). It isn't a problem if you determine...

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

  • RE: Update data with same values

    If the OP knows SSIS that can definitely be used to track the Order_ID and insert rows with the same value until the New_Order_ID <> Prev_Order_ID. Pretty straight-forward scripting to...

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

  • RE: Update data with same values

    Depending on how much data you have this shouldn't be too bad, although as others say it is not a good design. But maybe from this you will take it...

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

  • RE: Infrastructure Recommendations - Memory vs Processors

    Unless you are running VERY small databases, anything less than the maximum your version of SQL Server can run on (for standard edition it is 64GB pre 2014, 128GB 2014...

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

  • RE: Slow queries during busy times

    Jeff Moden - Monday, September 4, 2017 9:27 AM

    Ah... almost forgot.  Check your connection strings.  If they enable MARS (Multiple Active Result...

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

  • RE: SLOW QUERY FOR Movements of Stock

    A) There's a lot of problematic things going on in this plan:
    1) full scan, with some estimation problems  (see below)
    2) a metric butt ton of cpu burning operations...

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

  • RE: Help With Update Statement

    Just got a minute, so will try to slap enough together to get you there:

    Move your SELECT into a CTE then do an UPDATE/JOIN to that

    with...

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

  • RE: Slow queries during busy times

    Casper101 - Friday, September 1, 2017 12:56 AM

    Hi,

    Thank you for your feedback, and for confirming my suspicions....
    I inherited this server so the...

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

  • RE: Slow queries during busy times

    Casper101 - Thursday, August 31, 2017 8:55 AM

    We have a SQL 2008 Enterprise Edition server with 32 GB of memory and 16...

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

Viewing 15 posts - 151 through 165 (of 5,841 total)