Forum Replies Created

Viewing 15 posts - 5,446 through 5,460 (of 5,841 total)

  • RE: Multiple files / filegroups

    1) I believe you can benefit from multiple files/groups. At least consider placing indexes in one and data in another. Also consider isolating out any very large single...

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

  • RE: Std Edition versus Ent 2005

    Probably a question for MS to be honest with you. I could easily see it being in R2 if they cut off that branch of development with the original...

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

  • RE: Std Edition versus Ent 2005

    http://support.microsoft.com/kb/920739

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

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

    It is truly amazing how I/O type (random/sequential) and I/O size (1K, 2K, 8K, ... 1024K, etc) can affect net I/O throughput on a storage subsystem!

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

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

    Yeah - I have heard the "a drive is a drive is a drive" mantra before too. 15K RPM SCSI (or perhaps SAS) drives are the only way to...

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

  • RE: Multiple tables select performance - is 90 seconds normal?

    Yes I think you are right. Of course I thought a 9-table join would be simple for you guys 🙂

    I don't think I have met a 9-table join yet that...

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

  • RE: Std Edition versus Ent 2005

    1) Definitely fix the iLO bug if the machine is HP.

    2) Also investigate the Large File Copy Bug in Windows 2003. It will also lead to cache flush. ...

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

  • RE: FASTFIRSTROW hint

    Do not use FASTFIRSTROW hint on a Primary Key access.

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

  • RE: select data between 2 periods

    1) Be careful adding a bunch of columns to an index just to make it covering. There is maintenance cost and disk storage cost to this.

    2) An...

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

  • RE: Multiple tables select performance - is 90 seconds normal?

    No one has yet (that I saw) asked about the distribution of the data. Indexes are useless (unless covering) if the query optimizer estimates more than roughly high single...

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

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

    ...but of course for write ops you have to divide by 4 for raid 5. ...

    personally I think the ease of use of microsft products - the belief that anyone...

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

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

    Hire me to present the findings for you!! 😀

    Seriously, as a consultant I have been the "bad guy" on a number of occassions and it doesn't bother me....

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

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

    John Rowan - you use SQLIO, IOMeter or another I/O testing app to prove that the drives are not serving up sufficient IOPs or MB per sec.

    Let me...

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

  • RE: Query slows down during the day

    1) Using functions like this very often lead the optimizer astray. It can't perform properly because it doesn't know how many rows and what the value distributions are going...

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

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

    That is just one of the many advantages to being a consultant - CTOs actually PAY me to tell them their stuff is poorly configured, improperly designed, sized, maintained, etc,...

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

Viewing 15 posts - 5,446 through 5,460 (of 5,841 total)