Forum Replies Created

Viewing 15 posts - 496 through 510 (of 557 total)

  • RE: Nested replaces ?

    Thanks for your input,

    Suggestions how to proceed are very welcome.

    My goal at the moment is finding similar strings.

    For a long reply see under the signature,

    Ben Brugman

    Sean Lange (1/17/2013)


    I would like...

  • RE: Nested replaces ?

    Bhuvnesh (1/17/2013)


    i havent got what you actually needed and asked ? can you post your requirement with sample data along with desired output. see "we cant see what you...

  • RE: Cluster design comment wanted.

    Sorry for the late response, I'll try to anwser the questions now.

    [/quote]

    ScottPletcher (1/4/2013)


    Do you have only a few clients with huge numbers of orders each?

    Or for a large number of...

  • RE: Partitioning and the performance on writes.

    Grant Fritchey (1/11/2013)


    Right, so as far as SQL Server is concerned you're partitioning to a single drive. Performance is pretty much guaranteed to be poor. Yours does seem abnormally poor,...

  • RE: Partitioning and the performance on writes.

    Grant Fritchey (1/11/2013)


    Yeah, but is the SAN set to multiple, isolated LUNs for the partitioning? If not, partitioning is going to suffer more than just a straight access to the...

  • RE: Partitioning and the performance on writes.

    Grant Fritchey (1/11/2013)


    Are the partitions on a single disk? If so, you've just added the overhead of having to filter your data but you're not benefitting from having multiple disks...

  • RE: Index usage and RID lookup.

    GilaMonster (1/8/2013)

    Segments?

    Sorry I think I mean an extent (8 pages),

    how did segment come into my head?

    (Old term, Oracle, fantasy, I do not know).

    Is the optimizer aware of extents (8 pages...

  • RE: Index usage and RID lookup.

    Thanks to all contributing to this thread, especially Gail and the others who triggered her in providing more information.

    This made me wonder about Segments, do they come into the 'picture'...

  • RE: Index usage and RID lookup.

    GilaMonster (1/7/2013)

    All processing is done in memory, regardless of whether it's an index seek, scan, lookup, etc. The query processor has no idea what a file is or how to...

  • RE: Index usage and RID lookup.

    GilaMonster (1/7/2013)

    No. It reads all rows from the index where A=6, filters them as it reads for C =7. Once it has all rows that match all conditions that have...

  • RE: Index usage and RID lookup.

    Lynn Pettis (1/7/2013)


    Your code still only runs the test code for one of the indexes not both. If I want the execution plans for the queries using the clustered...

  • RE: Index usage and RID lookup.

    Lynn Pettis (1/7/2013)


    Taking a closer look at your code I see that now. You tell us to run your code from further below. Sorry, I missed that. ...

  • RE: Index usage and RID lookup.

    Lynn Pettis (1/7/2013)


    You index is a clustered index meaning that both queries use the clustered index.

    The code for a Heap situation is included in the code as wel.

    I should have...

  • RE: Cluster design comment wanted.

    I wouldn't worry too much about it. While all a client's rows may be logically located together, after these page splits they'll be physically dispersed on disk and in less-than-full...

  • RE: Cluster design comment wanted.

    opc.three (1/3/2013)


    Please post the table definitions including all indexes and constraints.

    I have been working on the table definitions.

    I do not wish to post the complete definition,

    1 because of the...

Viewing 15 posts - 496 through 510 (of 557 total)