Forum Replies Created

Viewing 15 posts - 3,736 through 3,750 (of 5,841 total)

  • RE: Indexes for Booking Search

    1) GUIDs are a terrible design choice - fat and fragmenty (coined a new term there)!

    2) no wonder your updates are getting slow - look at how many include columns...

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

  • RE: memory utilization

    1) the cause is often due to bugs, especially in drivers. windows 2003 had a large file copy bug that did this and HP's ILO stuff likewise. I...

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

  • RE: Novice SQL DBA : Perfmon & SAN

    I STRONGLY recommend that you get a performance tuning mentor on board for a few days to help you set things up properly and teach you some of the MANY...

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

  • RE: Disk Is Cheap! ORLY?

    GPO (12/31/2010)


    This sort of thing does have its amusing side sometimes. An organization I used to work for hired a data warehousing "expert" to fix the mess their warehouse was...

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

  • RE: Disk Is Cheap! ORLY?

    Steve Jones - SSC Editor (12/31/2010)


    Solomon Rutzky (12/31/2010)


    Now, Steve mentioned "Regardless of what columns are in the nonclustered index, the clustering key is there" which is not always true. It...

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

  • RE: Disk Is Cheap! ORLY?

    Good description there Steve. One minor point - the 'uniquefier' for non-unique clustered indexes is 4 bytes, not 2.

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

  • RE: UPDATEs vs. Left Joins - which is faster/more efficient?

    Not sure you can ever do an apples-to-apples comparison. Sometimes one will be better, sometimes the other. Sometimes cardinality estimates will make the opitimizer pick one or the...

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

  • RE: Can I use a saved execution plan?

    Hey Peter - did you make the Kansas City SQL Saturday this year? I was the speaker with the 5yo daughter in tow. 😎

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

  • RE: Performance problems, perhaps disk, associated with PAGEIOLATCH_SH

    1) you posted to a 10 month old thread. Please start a new one.

    2) the query could be suboptimal. you may also need an index or two. ...

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

  • RE: Index Fragmentation issue. Fragmentation remains as it is even after Re-building the indexes.

    You did something VERY suboptimal that I have seen NUMEROUS clients do: rebuild index, reorg index, update stats. You only needed to do the first of those three...

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

  • RE: Number of Instances and databases recommended my Microsoft

    sqldba_icon (12/29/2010)


    Thanks Gail.I should have mentioned this before. These dbs are not heavily transactional. Lets say i have 64bit sql 2008 with OS 2008 64 bit on a 64 gb...

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

  • RE: Disk Is Cheap! ORLY?

    Nice article! I have been telling clients this stuff for 15+ years. Now I have a link I can refer them to. 🙂

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

  • RE: Slow SAN?

    Dynamics AX is hardly a well-tuned (or well designed/coded) SQL Server application from what I have heard. But there are things you can and probably should do for tuning,...

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

  • RE: Slow SAN?

    brian118 (12/29/2010)


    PaulB-TheOneAndOnly (12/28/2010)


    I'll take #2

    Assuming SAN/Network are working properly chances are you are facing some hot spots. A single file Tempdb sounds like a possible cause but I'll suggest to...

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

  • RE: Table Encryption Vs Database Encryption - sql 2008

    I would imagine someone has blogged about perf hits for each type of encryption by now. Simple web search should get you some numbers. However, it should be...

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

Viewing 15 posts - 3,736 through 3,750 (of 5,841 total)