Forum Replies Created

Viewing 15 posts - 11,371 through 11,385 (of 49,552 total)

  • RE: Update statistics job is failing

    Bhuvnesh (10/8/2013)


    jasona.work (10/7/2013)


    Somehow a value of '16923951 0' got entered...

    while you insert value ( '16923951 0' ) into it.

    it will throw error like "String , binary data would...

    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: Qourum disk running low on disk space

    Jeff Moden (10/8/2013)


    Heh... that's likely why things have been such a problem in the past. Thanks, Gail. I wasn't going to get involved in the problem but now...

    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: High Latch Waits/Sec

    Again not what I was asking.

    Are you seeing executing queries that are getting suspended with latch waits? Are these latch waits directly causing performance problems?

    There will always be latch waits...

    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 there any use-cases where PIVOT has a great benefit over non-PIVOTed queries?

    What if you're not using SSRS?

    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: Qourum disk running low on disk space

    Jeff Moden (10/7/2013)


    our NetOps guys are apparently using the quorum drive to transfer data to our warm DR site.

    Oh my, that is horrid cluster design. Nothing but nothing should ever...

    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: Qourum disk running low on disk space

    Gerard Silveira (10/7/2013)


    @Dhananjay,

    From Windows explorer the only directories I see are the MSCS and MSDTC, there is nothing else that I can see that could be steadily eating up 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: Qourum disk running low on disk space

    Jeff Moden (10/7/2013)


    GilaMonster (10/7/2013)


    Jeff Moden (10/5/2013)


    I have a similar problem that turns out to be some rather inefficient code that truncates several very large tables and reloads ALL of 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: How to rename a column in all tables and views

    babak3334000 (10/7/2013)


    Just change the column name in all tables should be

    The way you change column names in a table is with sp_rename. There's no command that automagically changes the column...

    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: sysadmin cannot alter login

    Please note: 3 year old 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: High Latch Waits/Sec

    No latch waits in that list, but that wasn't what I asked.

    Have you seen queries executing that are suspended with latch waits? If so, what were the wait resources 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: Sharepoint Slow, Queries Recompiling everytime

    So for some reason the procedure's not committing the transactions that it starts, or it's starting within a transaction already. That means the locks are held until the connection is...

    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: Sharepoint Slow, Queries Recompiling everytime

    Could the procedure's execution be leaving open transactions?

    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: High Latch Waits/Sec

    Problems as in noticeable slow queries due to latch waits, not a counter that's higher than some random person on the internet said it should be.

    If so, what latches are...

    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: High Latch Waits/Sec

    First things first, are those latch waits causing problems?

    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: Sharepoint Slow, Queries Recompiling everytime

    thisted (10/7/2013)


    It's almost like it is blocking itself.

    One execution of the procedure can block other executions of the same procedure, but it's not blocking itself, there are different session IDs...

    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 - 11,371 through 11,385 (of 49,552 total)