Forum Replies Created

Viewing 15 posts - 406 through 420 (of 1,170 total)

  • RE: update statistics on frequently updated tables

    The update of the stats for all databases lasts for 20-30 seconds. Except Schema locking, no other locking is put on tables, and that is satisfying.

    I see the app queries...

  • RE: What, when and who? Auditing 101 - Part 3

    This doesn't work for Standard edition of SQL Server.

  • RE: I have no id

    Hany Helmy (12/16/2014)


    Nice tricky question, needs to be read slowly to get it right 🙂

    +1

  • RE: Spinlocks

    GilaMonster (12/4/2014)


    Page latch, don't know, would need to see the exact resource.

    The latch wait is related to parallel table scans. Tune your queries to avoid large table scans running in...

  • RE: Spinlocks

    GilaMonster (12/2/2014)


    So you have procedures running very often, doing a lot of reads from memory...

    Again, what is making you think there's an IO-related problem here? You're talking about getting SSDs,...

  • RE: Spinlocks

    GilaMonster (12/2/2014)


    Identify the problems that you're having, pinpoint the causes and address those directly. Just throwing hardware at the problem may well have no effect or may make whatever problems...

  • RE: Spinlocks

    GilaMonster (12/2/2014)


    Well, they're fast drives, so what other kind of problem would you expect them to help with?

    You're right. I should devote more effort on the objects' executions. However we...

  • RE: Spinlocks

    GilaMonster (12/2/2014)


    So you have procedures running very often, doing a lot of reads from memory...

    Again, what is making you think there's an IO-related problem here? You're talking about getting SSDs,...

  • RE: Spinlocks

    GilaMonster (12/2/2014)


    Why are you looking at SSDs? What suggests that you have a IO contention?

    Many stored procedures are using temp objects, and their execution count is too high. Some have...

  • RE: Spinlocks

    DBA From The Cold (12/2/2014)


    Hi,

    I would have thought that if you are using tempdb heavily, placing it on a faster IO subsystem would improve performance. But how much? I...

  • RE: Spinlocks

    Or, ... Does someone think it won't bring significant improvements considering the big enough RAM? Every attitude is welcome...

    Thanks

  • RE: Maxdop Setting Question

    Jack Corbett (12/1/2014)


    I always point people with MaxDOP setting questions to this KB Article to start with. It sounds like in your situation with only 4 cores...

  • RE: Table valued parameter

    Sean Lange (11/19/2014)


    Igor Micev (11/19/2014)


    Sean Lange (11/19/2014)


    Igor Micev (11/19/2014)


    Sean Lange (11/19/2014)


    Great question on a great topic that many people don't know about.

    It makes sense if you think about it....

  • RE: Table valued parameter

    Sean Lange (11/19/2014)


    Igor Micev (11/19/2014)


    Sean Lange (11/19/2014)


    Great question on a great topic that many people don't know about.

    It makes sense if you think about it. How would the 208...

  • RE: Table valued parameter

    Sean Lange (11/19/2014)


    Great question on a great topic that many people don't know about.

    It makes sense if you think about it. How would the 208 database know that the...

Viewing 15 posts - 406 through 420 (of 1,170 total)