Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: String tokenizing / splitting

    Surely other factors like CPU, Memory and Disk Configuration could affect these timings, hence why from my tests the XML was a better fit. There probably isn't one size fits...

  • RE: String tokenizing / splitting

    I find the below faster on 2005.

    [font="Courier New"]

    CREATE FUNCTION [Strings].[fnStringSplit_2005_Distinct_CHAR]

    (

    @SourceString VARCHAR(MAX)

    )

    /*======================================================================================

    'P System ...

  • RE: Remove Duplicate Records

    Surely adding a constraint when designing the table is the best option.

    Stop duplicates at source?

Viewing 3 posts - 1 through 3 (of 3 total)