Forum Replies Created

Viewing 15 posts - 4,546 through 4,560 (of 5,841 total)

  • RE: UPDATE STATS WITH FULLSCAN - best way to implement?

    If you have a sufficiently long maintenance window I see no reason not to do the update stats with fullscan every time. I don't think it can make things...

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

  • RE: GUID or Int is the best for primary key columns?

    1) >>Does partitioning with only one set of RAID have any advantage?

    It can actually have a DISadvantage in causing additional head thrashing and seek/access times, resulting in WORSE performance, especially...

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

  • RE: Filtering database question

    Paul White (9/9/2009)


    It makes you think, doesn't it.

    Things that make you go "HHHMMMMMMMM"!! :hehe:

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

  • RE: Putting all your data in one column of one table

    I have to maintain this system...

    Better to have too much work than not enough though, right?? πŸ™‚

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

  • RE: GUID or Int is the best for primary key columns?

    PiManΓ© (9/10/2009)


    That's if the primary key is the clustered index, which it doesn't have to be. There's no real problems with a random guid as the primary key. The problem...

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

  • RE: Database Engine Tuning Advisor - Odd Results - Any Ideas On How To Fix?

    Paul White (9/9/2009)


    It may be an awesome and flawless product. I might have to check it out too.

    I'd like to think there will always be a place for (appropriately...

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

  • RE: Database Engine Tuning Advisor - Odd Results - Any Ideas On How To Fix?

    >>The DTA didn't help me either. I used another software that provided me with much better results - I think it was called somethink like qure sql.. I'm sure Google...

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

  • RE: Filtering database question

    I believe we SQL people are extremely good value, compared to (say) lawyers 😎

    Glad you didn't say like doctors there since my wife is an OBGYN! πŸ™‚ Of course...

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

  • RE: Filtering database question

    As Mr. Guru suggests, a dynamic SQL search procedure can work well, if done correctly.

    Mr Guru is available at very reasonable rates I hear

    Actually my rates are definitely...

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

  • RE: OPTION (Max Recursion)

    Paul White (9/7/2009)


    TheSQLGuru (9/7/2009)


    BTW, are you going to PASS this year? Would love to meet you.

    This is NOT an on-line dating service :laugh:

    :w00t:

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

  • RE: Filtering database question

    This type of system screams for a dynamic sql based search sproc. Difficult to construct properly, but by far the most efficient mechanism you will get. I have...

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

  • RE: Putting all your data in one column of one table

    Personally I love the OP's original design statement!! And no, I am not laughing here. The more situations like this in existence (and there are LOTs of similar...

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

  • RE: solution for error 512 , subquery return more than 1 value

    You should be very thankful you got the error, because otherwise you would have bad data in your system and not know it. The query needs to be rewritten...

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

  • RE: Unique Index Causing Slow Read Performance

    True, but I have changed only one thing: a unique index to a nonunique index. Now call me old fashioned, but I believe that there should be either no difference...

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

  • RE: OPTION (Max Recursion)

    Jeff Moden (9/7/2009)


    I'd love to see a performance test between HID's and the Nested Set Model for both up and downline queries as well as the addition and deletion of...

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

Viewing 15 posts - 4,546 through 4,560 (of 5,841 total)