Forum Replies Created

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

  • RE: Hidden RBAR: Triangular Joins

    I must say that I am very happy that people can do things like the triangular join - and sad that Jeff may make less people do it. Lost...

  • RE: Allocation Size

    There is a huge amount of variables to the configuration of storage, including but not limited to:

    RAID type

    number of spindles per RAID set

    HBA cache and cache ratio as well as...

  • 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...

  • 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.

  • 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...

  • 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...

  • 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.

  • 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.

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

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