Forum Replies Created

Viewing 15 posts - 1,396 through 1,410 (of 49,552 total)

  • RE: Finding the cause of blocking between processes

    What happens in the explicit transaction before that Insert Into dbo.TTemp_ActualCreateCPLI?
    Because the only way that is holding a lock on TTemp_ChargingCalculationClients, is if there's an explicit transaction and something...

    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: Getting Next / Previous Row Record Of Specific User

    SELECT TOP(1) <columns>
    FROM <table>
    WHERE User_Reg_Id_Num_02 = @LoggedInUser and Id_Num > @CurrentId_Num
    ORDER BY Id_Num ASC;

    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 License instance(s) question; If I have 2 standard instances on one server, do I only need to pay for one license ?....and other variations license questions

    Igor Micev - Thursday, May 25, 2017 3:12 AM

    If you have a dedicated physical server, then the licensing is tied to 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: SQL License instance(s) question; If I have 2 standard instances on one server, do I only need to pay for one license ?....and other variations license questions

    The only one of those I can definitely answer is the last. If you have SQL Server installed, it must be licensed. If you're not using it, it's your choice.

    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: Performance issue in Prod compared to DR

    Can you post the actual execution plan please?
    Is the query getting blocked? Spending a lot of time waiting?

    Those percentages int the plan are not times. They're estimated...

    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: RAM Required to run SQL Server + Web Application + SSIS packages

    parth83.rawal - Wednesday, May 24, 2017 10:39 PM

    Sorry Man, its not my job to engage a consultant. But I will surely...

    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: RAM Required to run SQL Server + Web Application + SSIS packages

    parth83.rawal - Wednesday, May 24, 2017 5:05 PM

    With some very simple changes, I got a query that was running in 6.2...

    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?

    The two best kitchen purchases I've made in the last few years: pressure cooker and bread maker.

    I can and have made bread by hand, but it was always...

    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: Finding the cause of blocking between processes

    Post some examples of what you see and can't interpret, so that we can walk you through the process?

    A page contains only rows from a single table, so...

    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?

    Ed Wagner - Wednesday, May 24, 2017 1:37 PM

    GilaMonster - Wednesday, May 24, 2017 12: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: Are the posted questions getting worse?

    Ed Wagner - Wednesday, May 24, 2017 10:40 AM

    Lynn Pettis - Wednesday, May 24, 2017 10:29 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 can I identify employee records with the same hire and term dates?

    What should the query return, based on that sample data?

    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: Exclusive PageIOLatch

    Grant Fritchey - Wednesday, May 24, 2017 5:39 AM

    GilaMonster - Wednesday, May 24, 2017 4:34 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: Exclusive PageIOLatch

    Errr...

    PAGEIOLATCH_EX is a latch taken when the page is being read into memory so that the insert can occur. If you're seeing these high, there's probably not...

    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: Exclusive PageIOLatch

    Ok, and you posted it why?

    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,396 through 1,410 (of 49,552 total)