Forum Replies Created

Viewing 15 posts - 3,901 through 3,915 (of 5,841 total)

  • RE: Latch_ex high

    did you resolve your problem? parallelism could be result of missing index, which could improve performance a thousand times or more. You might also be getting too many...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Delete statement taking more time

    1) trigger

    2) blocking

    3) unindex foreign keys

    4) horrible tlog write performance

    5) server being crushed by other activity

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: MAXDOP - How many CPU's does it use

    1) search web for track_waitstats_2005 to get a very good script to do wait stats analysis by time-spread analysis.

    2) I disagree with previous poster that CXPACKET waits dont' indicate a...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Log File Viewer - changed behavior

    I would like to put in a plug here for the amazing FREE tool SQLJobVis. Gives you a Gantt chart of job schedules/executions. VERY handy for detecting overlaps...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Turn a Bad Job into a Good Experience

    Nice stuff Tim - oh, and good to see you at SQL Saturday 28 in Baton Rouge this w/e!!

    Another thing I have found to be important and telling...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Help on Table/Query tuning

    You should also analyze wait stats and especially IO stalls to find out where the process is bottlenecking. tempdb IO performance issue here anyone? 😀

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Stored Procedure - Locking Issue

    Here is the "bible" for deadlock troubleshooting: http://blogs.msdn.com/bartd/archive/2006/09/09/Deadlock-Troubleshooting_2C00_-Part-1.aspx

    Note there are 2 additional parts to this blog series.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Shrink logfile, or free space impossible

    FreeHansje (8/11/2010)


    Arrgghh!

    Initial size is that big, I never looked for it!! Somebody kick me!

    Tnx.

    Maybe it is that big because someone else KNEW it needed to be that big?? No...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: DBCC SHOW_STATISTICS with HISTOGRAM_STEPS

    The "spamming" you describe is from LINKED SERVER activity. Bad stuff there. I have had several clients get several orders of magnitude improvement from replicating out stuff that...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: A Quick Look at the MPP World

    Microsoft is WAY behind the curve on this topic, and PDW will take at least another 18 months or so to be anywhere close to where it should be. ...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: MAXDOP - How many CPU's does it use

    Paul White NZ (8/10/2010)


    The 'cost threshold for parallelism' setting applies to the whole SQL Server instance.

    The query optimiser will only consider looking for parallel plan alternatives if the best serial...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Log File Growth not Managed

    ejbatu1 (8/9/2010)


    I had another question on this... is backing up the log file (overwrite mode) every two hours and backing up the DB once a day (at night) a good...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: what is Copy-Only Backup?

    Perry Whittle (8/9/2010)


    let me re phrase that.

    New in SQL Server 2005!

    I still refer to numerous 2005 features as "new". When you have been using the product since 6.5 first...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Parsing Parameters in a Stored Procedure

    Didn't we have a MASSIVE thread here on SSC.com on string parsing, with amazing code samples and wonderful benchmarks??

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: ROW_NUMBER() OVER (ORDER BY ) is very slow with large dataset

    Dynamic SQL is by far the best solution to this type of dynamic paging requirement, especially when combined with getting just the relevant keys in many-table scenarios and then getting...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

Viewing 15 posts - 3,901 through 3,915 (of 5,841 total)