Forum Replies Created

Viewing 15 posts - 4,486 through 4,500 (of 5,841 total)

  • RE: TVP - insertion delay

    1) TVP is a SQL 2008 feature so this post should go on a SQL 2008 forum, not this one (SQL 2005)

    2) Have you benchmarked your java application to determine...

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

  • RE: Introduction to Indexes

    Carleton (10/26/2009)


    I agree, excellent article Gail. I'll also be looking for the follow-up articles. -Carleton

    I believe this is somewhat dependent on the index and pages therein, but it...

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

  • RE: Introduction to Indexes

    SanjayAttray (10/26/2009)


    Thanks for the article, Gail.

    "When an index scan is done on the clustered index, it’s a table scan in all but name."

    Then why do we see index scan and...

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

  • RE: With Nolock

    Paul White (10/26/2009)


    I do agree with Mr Guru there about the ORDER BY thing, but as a matter of curiosity, I think the following also guarantees a repeatable order:

    WITH TS...

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

  • RE: With Nolock

    I think Paul is the first to get this right: it is almost certainly due to NOLOCK allowing an allocation-order scan. if you want the same rows back...

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

  • RE: Query taking 12 secs to bring up 90 rows

    There is a lot of work to be done here, and not just on indexing. I agree with Grant - you need to get a professional engaged on tuning...

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

  • RE: Introduction to Indexes

    Truly a case where pictures are worth thousands of words. Nicely done.

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

  • RE: Using SQL Profiler to Resolve Deadlocks in SQL Server

    sanokistoka (10/24/2009)


    "works fine" = applications do not get _unexpected_ deadlocks. And I never said that SQL Server should retry transactions; what I alluded to is that it should be designed...

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

  • RE: Scalability and performance?

    Piotr.Rodak (10/23/2009)


    TheSQLGuru (10/23/2009)


    ...I do probably 50-60% of my billable time sitting in my office at home.

    May I ask how it is organized then? Do you have access to...

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

  • RE: Using SQL Profiler to Resolve Deadlocks in SQL Server

    1) define "works fine on other platforms"

    2) having done that, set MAXDOP to 1 (or more likely properly tune the application with the one or more indexes that should be...

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

  • RE: Scalability and performance?

    GilaMonster (10/23/2009)


    endeavour (10/23/2009)


    any tips for getting started as a db scalability consultant?

    Know your stuff backwards, forwards, inside out. Make a name for yourself in the community, blogging, writing or...

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

  • RE: Scalability and performance?

    Yes, and I agree with others who said that doing so even if you do have in-house resources. Primary reason for that is that a good tuning consultant will...

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

  • RE: Set priority to stored procedures

    Note that you must have the (very expensive) Enterprise Edition of SQL Server 2008 to use the Resource Governor.

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

  • RE: Help me shut up a vendor

    How much RAM is on your computer and how much of it is SQL Server using?

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

  • RE: SQL Server has encountered 1 occurrence of I/O Requests taking longer than 15 seconds

    There are MANY things that can cause slow IO, although it is often a combination of them that lead to the 15 sec warning (that is REALLY bad, btw, as...

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

Viewing 15 posts - 4,486 through 4,500 (of 5,841 total)