Forum Replies Created

Viewing 15 posts - 1,621 through 1,635 (of 49,552 total)

  • RE: SQL Server core usage

    Yes, you have 12 cores idle.

    The problem is in the number of sockets. For some reason, the VM host is exposing the cores to the VM as 16...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: SQL Server core usage

    You're using 4 out of the 16 cores. Probably because that's SQL Server Express, which is limited to 4 cores.
    What's the very first (oldest) entry in the error log?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Recompiling all objects , stored procedures after moving to new server

    sqlguy80 - Tuesday, March 28, 2017 6:52 PM

    Does it take a day or two to cache plans and save in memory and...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: trigger that fires on updates NOT from application

    Keep in mind that the application name (via App_Name()) can be trivially spoofed, as it's specified by the client.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Insufficient memory in internal resource error with moving table to in memory

    What's the total size of those 65 million rows?       

    Log file doesn't have to be on a separate drive for In-Memory OLTP. I've had successful tests with...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Insufficient memory in internal resource error with moving table to in memory

    The limit is that the data must fit into memory. What's the total size of those 65 million rows?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Deny execute of native functions

    alexeliasrp - Tuesday, March 28, 2017 8:27 AM

    So, I need to block this type of injection.

    What's happening there is that the app...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Hacked

    At my current company, leaving your laptop unlocked will result in a message being posted to the internal Slack channel, usually saying something like "I don't understand security". In the...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Deny execute of native functions

    No, and even if you could, blocking those won't do a thing to prevent SQL Injection. or minimise its impact.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Recompiling all objects , stored procedures after moving to new server

    There's no need to recompile. Procedures' plans are cached in memory only, and so cannot survive a server upgrade (they don't even survive a reboot).

    2014 has a new...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: SQL Server 2014 CPU Pegged at 100%

    Tune your queries to use less CPU.
    https://www.simple-talk.com/sql/performance/finding-the-causes-of-poor-performance-in-sql-server-part-1/
    Article's a tad out of date these days, use Extended Events not Profiler. Methodology's the same though.

    And don't...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Are the posted questions getting worse?

    DevOps isn't a job! Any company that thinks 'devops' is a title for someone has rather missed the point of the entire thing.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: I Hate To Send This Email

    Eric M Russell - Friday, March 24, 2017 8:13 AM

    GilaMonster - Friday, March 24, 2017 7:36 AM

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: How did you deal with the pressure of a perf issue? (non-tech question)

    Firstly 'It's not my problem, it's Bob's', is a terrible way of dealing with anything. I would far rather work with someone who takes responsibility even when it's not their...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: I Hate To Send This Email

    Eric M Russell - Friday, March 24, 2017 7:29 AM

    jay-h - Thursday, March 23, 2017 6:25 AM

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 15 posts - 1,621 through 1,635 (of 49,552 total)