Forum Replies Created

Viewing 15 posts - 15,631 through 15,645 (of 22,211 total)

  • RE: Are the posted questions getting worse?

    The Dixie Flatline (3/25/2010)


    ARID = Alternate Reality ID.

    I believe it's parameter 117, but I'd have to confirm that with Gail.

    And that's a GUID right?

  • RE: Read Only Database

    You can't modify it while it's Read Only. You'll have to turn it off & turn it back on.

  • RE: Help with tuning the Query

    ss-457805 (3/25/2010)


    Grant, You are a genius. The query has come down to 6 secs with your recommendations.

    Thank you.

    I'm certainly not a genius. That was just some of the easy stuff...

  • RE: Table Splitting

    I'm sorry, I'm not there and I don't know your structure. When you said this earlier:

    But dalily we need all the columns data.

    I thought that meant that you needed to...

  • RE: Table Splitting

    Then possibly adding it might be in order. You've pretty much said that the access is by date. If you're principal access is by date, but you split it by...

  • RE: SQL 2008 - Query analyser crashes when 100 connections reached

    I guess it's a silly question, but why would you want to open 100 procedures all at the same time? You can't possibly look at or manipulate them all at...

  • RE: Records missing

    I doubt it has anything to do with statistics. You're either hitting an error that is causing the rollback, the transaction is rolling back because the connection was dropped, or...

  • RE: Help with tuning the Query

    Looking at it, you're getting almost nothing but clustered index scans. That means it's reading every single row on the table. Things in the queries that are causing this include:

    CellGroupName...

  • RE: help on the performance based queries

    ekknaveen (3/24/2010)


    Hi,

    I need the help to solve the below mentioned questiones.

    1. <>. > =. LIKE what is the order as per performance

    2. select * from tab1 where lower(name)='name' is fast...

  • RE: Question on refactoring an inherited (very) wide table

    It sounds like a classic design error on normalization. Yes, given the opportunity, I'd suggest redesigning the structure and migrating the data. It won't be that hard and you should...

  • RE: Clustered Index Modification

    The uniquifier (or uniqueifier) is a 4byte integer value. So from that you can estimate the cost to the size of the index. So that not only increases the size...

  • RE: Anybody knows by chance if this book will be ever released?

    virgilrucsandescu (3/24/2010)


    Of course it helps! My favorite chapters are those on SQL Query Performance, Indexes, Statistics, Query Design and Blocking.

    And the last chapter (the checklist) should be on the desk...

  • RE: Utilize SSC forum/posts

    I agree with Gus and I'll add that I still learn more when I answer a question wrong and it gets fixed by one of the SQL-Monsters that run around...

  • RE: Injecting Your Own Bias

    Steve Jones - Editor (3/24/2010)


    ...many of the more vocal people on the East Coast...

    Now who the heck are you talking about?

  • RE: Table Splitting

    If you're seeking to break it up in that way, then instead of ID & foreign key, maybe breaking it up by date makes more sense.

Viewing 15 posts - 15,631 through 15,645 (of 22,211 total)