Forum Replies Created

Viewing 15 posts - 5,476 through 5,490 (of 5,841 total)

  • RE: Should DBA's need to know the physical details of a SAN??

    Nice post Colin.

    Yes, the DBA needs input on SAN setup/configuration if you desire optimum performance. However, the DBA needs to be knowledgeable to be able to provide...

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

  • RE: low performance

    Did you do a full update of all indexes/statistics after the upgrade? This is mandatory when moving databases from 2000 to 2005.

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

  • RE: Query slows down during the day

    1) use nolocks to avoid blocking situations during the day. note there are issues with this giving 'bad' data.

    2) if you do put it in a sproc and use...

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

  • RE: Allocation Size

    1) what stripe size did you use for the RAID set?

    2) you should use diskpart to force sector alignment of the NTFS partition.

    Both of these carry significant performance...

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

  • RE: huge performance issue with a view

    I will once again agree with Jeff on this one - I too have seen exactly the same situation before.

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

  • RE: Hidden RBAR: Triangular Joins

    Nicely done Jeff! The graphics will really help even neophyte SET-BASED devs to understand what is really going on.

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

  • RE: Identifying Resources Hogs (Users)

    1) Build your own recording mechanism which inserts records from sysprocesses or one of several DMVs on a scheduled basis and do analysis on that table over time.

    2) Set up...

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

  • RE: Index design on a table where the primary key is not clustered

    GilaMonster (12/4/2007)


    noeld (12/4/2007)


    You don't have to be an SQL Server Ranger to know that there is something terribly wrong with 34 indexes in one table.

    I've seen worse. 38 indexes on...

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

  • RE: Query Tuning

    Oh, one thing I forgot to mention. Just because DTA doesn't suggest any improvements, do NOT assume "that the index strategy is suitable". I personally have very little...

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

  • RE: sql sever cache mgr error

    Not sure if I interpreted the message correctly but it seems like they are having a low cache hit ratio, which is generally indicative of either too little memory or...

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

  • RE: DBCCSHRINKFILE returning transport level error when shrinking data file

    I have a GREAT idea - don't shrink the file!! There are lots of bad things that come from this, and in this case nothing good that I can...

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

  • RE: Query tuning

    1) What possible need can there be for attempting to return 42M rows to the client?

    2) Table scans are not necessarily a bad thing - especially in a...

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

  • RE: Query Tuning

    The best thing you can do is to hire a professional to give your server/applications/databases a performance review. Amazing return on investment - no only in the performance of...

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

  • RE: SQL SERVER 2000 Standard and 2 QUAD Processors

    jbrewer (11/29/2007)


    Thank you very much for your help. I did not know there was a problem with hyperthreading. Can you point me to a document concerning hyperthreading and...

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

  • RE: Can this be done without cursors?

    Kevin Boles. Glad to meet you. You must be Jeff Moden, right?? 😉

    BTW, do you LIVE on this forum or something?? I needed the link to...

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

Viewing 15 posts - 5,476 through 5,490 (of 5,841 total)