Forum Replies Created

Viewing 15 posts - 4,231 through 4,245 (of 5,841 total)

  • RE: Introduction to Indexes: Part 2 – The clustered index

    removed by poster to keep thread from getting locked

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

  • RE: Row locking and Table locking

    Gregory, may I recommend that you get a performance tuning consultant in for a few hours or a few days to give your system a review? I suspect there...

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

  • RE: Subroutines in TSQL

    I fall squarely in the use the right tool for the job camp. And if I decide that a GOTO is the right tool for the job, that is...

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

  • RE: Subroutines in TSQL

    Matt Miller (#4) (1/17/2010)


    Jeff Moden (1/17/2010)


    Ummmm.... where do you see a GOTO in any of that? 😉

    I didn't.

    I'm saying that most OO languages these days would tend to...

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

  • RE: Row locking and Table locking

    I think you are missing some things from your example, such as transactioning and error handling. :hehe:

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

  • RE: Database Tuning Adviser (DTA)

    It was actually a very intense and interesting exercise. Obviously significant tuning and benchmarking, but quite a bit of analytical work too. When you have a table with...

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

  • RE: Database Tuning Adviser (DTA)

    CirquedeSQLeil (1/15/2010)


    gmby (1/15/2010)


    lol, I've got a database that has a few of those runaway DTA indexes (all columns included) -

    I've seen that as well. Nice to run...

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

  • RE: Log file growth

    sparky-407434 (1/15/2010)


    If you set up a FULL backup of original database you could use it for the simple method of replication from previous reply. Also if you don't do Transaction...

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

  • RE: Indexed view or Flat table

    With so little to go on my gut says this is a case for a star schema and proper OLAP constructs.

    I will add that if you really want...

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

  • RE: Database Tuning Adviser (DTA)

    be wary!!! If you let it DTA will severely bloat your database with massive numbers of indexes with huge amounts of INCLUDED columns. And trust me, LOTS of...

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

  • RE: Log file growth

    doug turner (1/14/2010)


    LOL!!! Thanks, but I've tried to tell them that. I'm doing what I'm doing from Google, a book, and this Forum. They don't see a...

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

  • RE: How to partition huge data to multiple machines?

    If you wish to be successful in this endeavour, which is complex and has high-end requirements/constraints, you REALLY need to get a qualified professional to assist you. It is...

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

  • RE: Row locking and Table locking

    I don't believe partitioning is necessary here. Just do the deletes in batches small enough that you are guaranteed index seeks/bookmark lookups (if clustered index isn't on date). ...

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

  • RE: Log file growth

    I feel compelled to add that replication is an ADVANCED topic. Almost every 'regular user' out there that tries to implement it goes astray - often with really bad...

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

  • RE: Slow select after update of records

    Key point that many miss:

    If you do a REORG of index, you MUST update the statistics manually.

    If you do a REBUILD of index, you must NOT update the statistics manually...

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

Viewing 15 posts - 4,231 through 4,245 (of 5,841 total)