Forum Replies Created

Viewing 15 posts - 4,276 through 4,290 (of 5,841 total)

  • RE: Baffling performance issue

    Robert Frasca (12/21/2009)


    Yes, I'm planning on attending the data camp and I hope to see you there.

    I am familiar with the issue that Gail raises about "cursors in disguise". ...

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

  • RE: Baffling performance issue

    In cases where you can get widely disparate numbers of rows back, which leads to ugly index seek/nested loop plans on kajillions of rows, I have found that the best...

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

  • RE: SQL Job appear to run when job has been disabled???

    sp_update_job, although I have no idea about this 'job caching' business.

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

  • RE: Big SQL Tables and Growing

    By far the best advice I can give you is to get a good consultant on board to mentor you while the two of you work to figure out a)...

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

  • RE: Text Editor for Very Large Files

    +1 for TextPad. I have been using it for at least 10 years. Awesome product.

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

  • RE: Horizontal Partitioning - Number of Drives Question

    Brandie Tarvin (12/17/2009)


    The "single drive" is actually a SAN. It's either Raid 5 or Raid 1 + 0, but I'm betting on Raid 5.

    The plan is to keep everything...

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

  • RE: Slow insert speeds, but fast read speeds

    Trust? I don't trust any business entity - even my clients! As House said, "I don't ask WHY patients lie - I just assume they do". :hehe:

    As...

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

  • RE: Slow insert speeds, but fast read speeds

    tscott (12/15/2009)


    I suspect it is the hard drive; therefore, I've run some IO tests just on the drive itself and the write times on the disc are incredibly slow. ...

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

  • RE: Should we Replicate? Or is there another Performance solution?

    LOTs of possibilities here (as usual). what type of mirroring? network speed/latency? have you done fileIO and waitstats analysis (on BOTH primary and secondary) to determine what...

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

  • RE: Query immediately pegs out 24 cores to 100% can someone explain to me why?

    Good stuff there Paul (as usual).

    I would add that the OP can easily limit how hard this (and other parallelized queries) hit the box by setting MAXDOP, either for the...

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

  • RE: Slow insert speeds, but fast read speeds

    1) the easy thing to answer is why reads are faster in production: more RAM, thus the table is being read out of memory - way faster than having...

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

  • RE: VLDB Index and statistics maintenance

    Some of us on the SQL Server Microsoft MVP forum have been pushing hard for full and complete implementation of all possible actions, optimizer effectiveness, etc, etc with respect to...

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

  • RE: need article on clustering

    1) since you mention this is for a TEST environment, I recommend you get Allan Hirt's book on SQL Server High Availability.

    2) If you DO decide to proceed to doing...

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

  • RE: Dynamic where clause

    BaldingLoopMan (12/15/2009)


    i personally think this will perform the best. Simply because it is or-less. Or's hurt. Sure it may be a little hard to wrap your mind around which will...

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

  • RE: Optimizing inserts and deletes on a single large table

    billmcknigh (12/14/2009)


    Have read the paper SQL Server 2005 Waits and Queues, which I guess is a locus classicus of the waits and queues methodology. The delete statement,...

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

Viewing 15 posts - 4,276 through 4,290 (of 5,841 total)