Forum Replies Created

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

  • RE: Partition Existing Table with Data

    Oh, and one more thing - 10GB is NOT a large database. My guess is that there are MANY other things you should be doing first to improve your...

  • RE: Partition Existing Table with Data

    1) the first poster is incorrect. you CAN get performance increases from partitioning without multiple filegroups - sometimes vast improvements even. This would come from partition elimination during...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

  • RE: Introduction to Indexes

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

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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.

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