Forum Replies Created

Viewing 15 posts - 3,916 through 3,930 (of 5,841 total)

  • RE: setting MAX Size To Tempdb - NO AUTO GROWTH

    iqtedar (8/4/2010)


    We have dedicated LUN for tempdb. We never had any space issues,however we are facing some peformance issues. I wanted to specify max size of tempdb and disable autogrowth,...

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

  • RE: Cross Tabs and Pivots, Part 1 – Converting Rows to Columns

    I soooo prefer the CASE syntax to PIVOT! 🙂

    I did learn something new, which honestly doesn't happen all that often for me when it comes to the...

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

  • RE: Splitting Tempdb - MAX DOP

    iqtedar (8/4/2010)


    can someone point me to an article which states this? thanks

    Grant Fritchey is "article enough" for me, and he should be for you too. And if not, Jeff...

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

  • RE: Cannot maintain big database......

    1) If you are tasked with maintaining a VLDB but don't have the skills/experience to do that, PLEASE have your company hire a professional to help mentor you and also...

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

  • RE: 100% CPU for long periods

    Have you tried ProcessHacker? http://sourceforge.net/projects/processhacker/

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

  • RE: Update Stats or Rebuild Index Strategies

    Tara Kizer (8/4/2010)


    That is some bad code then. 😉

    I don't think it is bad code. Works fine to accomplish the objective. You may argue with the REQUIREMENT...

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

  • RE: VLDB Index rebuild best practices on Standard Edition server

    1) exactly what command is being issued to do your index maintenance on the large table?

    2) are you using SORT_IN_TEMPDB option?

    3) what is your tempdb IO configuration -...

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

  • RE: need help!!! Disk IO problems

    sanketahir1985 (8/3/2010)


    thanx Kevin

    But i took that decision of splitting tempdb in multiple files is becoz, i was getting bufferlatch wait type

    also it was indicating PAGELATCH_EX,PAGELATCH_UP also resource_Type was 2:........ and...

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

  • RE: Insert slowing down

    Sounds like you are doing this a row at a time? Can I ask why? lots of things get bad when you do row-by-row processing. Can you...

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

  • RE: Query Performance Question

    >>I do not know much about statistics and I would have thought (I dislike the word "assumed", but that is what this is) that the AUTO_UPDATE_STATISTICS setting on the database...

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

  • RE: Insert into table causing deadlocks?

    See here and the related 2 blog posts for some goodness on deadlock troubleshooting: http://blogs.msdn.com/bartd/archive/2006/09/09/Deadlock-Troubleshooting_2C00_-Part-1.aspx

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

  • RE: What would keep scheduled jobs from running?

    I too thought at first this was a simple resource group problem. Odd how it turned out to be a DNS issue!

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

  • RE: Database Sync

    I am with Barry on this. Sounds like you have simple requirements and a simple solution is best. Restore backups. Or perhaps do a straight-forward implementation of...

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

  • RE: MaintenancePlan order

    My recommendation is to stop using maintenance plans altogether. They suck in a bunch of ways. Go to http://ola.hallengren.com/ and get his maintenance stuff and learn and use...

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

  • RE: Maintaining a live copy of data in a test database

    Red-Gate and ApexSQL both offer API-scriptable Data and Schema DIFF programs that you can use to automatically sync stuff like you are looking to do. I have to say...

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

Viewing 15 posts - 3,916 through 3,930 (of 5,841 total)