Forum Replies Created

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

  • RE: Database size keep increasing size massively..

    Only saw your second post after anwsering.

    Your log file is so big because is logs all datachanges in the database. A write takes about one size of the space of...

  • RE: Database size keep increasing size massively..

    What is the size of the datafile('s), and what is the size of the logfile('s).

    Maybe the log file is growing and taking up space. In that case backup the logfile....

  • RE: Puzzle, I used SQL to see what happend next.

    Spoiler alert, Here is the solution to the puzzle.

    Spoiler alert, Here is the solution to the puzzle.

    ben.brugman (1/18/2013)


    -- Puzzle.

    --

    -- Using SQL I wanted to see what happend with the following...

  • RE: Nested replaces ?

    dwain.c (1/17/2013)


    Special_replace2 ain't so hard:

    see above

    Ain't gonna win no performance contests though! 😛

    46 seconds for the 25 000 rows.

    About 2 hours for me...

  • RE: Nested replaces ?

    dwain.c (1/17/2013)


    Special_replace2 ain't so hard:

    ::::Code::::

    Ain't gonna win no performance contests though! 😛

    Thanks for your solution, tried to study the solution,

    'DelimitedSplit8K' is missing.

    So I could not try the solution.

    Also I have...

  • RE: Nested replaces ?

    ScottPletcher (1/17/2013)


    For that, I would use a function with PATINDEX to retain only the desired chars.

    First I used the replace to find which were the undesired chars.

    Next I used the...

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

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