Forum Replies Created

Viewing 15 posts - 526 through 540 (of 49,552 total)

  • RE: Splitting TempDB across multiple files

    Jeff Moden - Tuesday, January 2, 2018 6:19 AM

    Perry Whittle - Tuesday, January 2, 2018 5:12 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: Extended Events captures query_hash/query_plan_hash to 0 in some queries

    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: Extended Events captures query_hash/query_plan_hash to 0 in some queries

    Try adding sp_statement_completed event.

    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: Extended Events captures query_hash/query_plan_hash to 0 in some queries

    It's an EXEC statement. The only things that have query hashes are the queries themselves, not exec of stored procedures (which this is)

    Since you're capturing statement completed, you...

    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: footprinting a database

    If the DB doesn't have constraints, finding the columns they should be on will likely be the least of the problems. Fixing the data so that constraints can be added...

    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 2017 not setting affinity for all processors in system

    Please do. I'd like to see some snapshots of the schedulers DMV under load.

    Are you monitoring wait stats? If not, can you also take snapshots of sys.dm_os_wait_stats while...

    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 2017 not setting affinity for all processors in system

    Ok, I suspect what you're seeing is not SQL not using the other processors, but a side effect of how affinity is set on higher processors. Your observation that all...

    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: Insert Into Where NOT Exists

    Lynn Pettis - Friday, December 29, 2017 2:14 PM

    GilaMonster - Friday, December 29, 2017 2:03 PM

    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: Insert Into Where NOT Exists

    Lynn Pettis - Friday, December 29, 2017 1:57 PM

    patrickmcginnis59 10839 - Friday, December 29, 2017 1:28 PM

    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 2017 not setting affinity for all processors in system

    dnwobu - Friday, December 29, 2017 1:47 PM

    2017-12-29 14:08:48.83 Server  SQL Server detected 2 sockets with 24 cores per socket and 48 logical...

    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: Insert Into Where NOT Exists

    This one? http://source.entelect.co.za/why-is-this-upsert-code-broken

    It's my company's showcase site, which is probably why you couldn't find it. I do have a similar post that's still in draft on...

    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 2017 not setting affinity for all processors in system

    Can you please open the error log and post the startup messages (the first 20 or so messages from the log)? You can remove the server names and database names.

    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?

    Lynn Pettis - Friday, December 29, 2017 10:12 AM

    Well, when I posted you hadn't yet.  Looking at the posts in one thread...

    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?

    Both threads. I posted ~3 minutes before you (judging from when I received the emails). When I finished the posts, there were no replies.

    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: What tools SQL Server DBA needs on his machine

    Anyone who uses computers should be using password managers, so that's a no-brainer.

    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 - 526 through 540 (of 49,552 total)