Forum Replies Created

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

  • RE: Generating Permutations in T-SQL

    SQL 2005 has CTE that can do the permutations more easy

    I coded for SQL-2000 ,

    If you use a phisical table and not a "memory table" like

    (select 1 union select...

  • RE: Tokenizing a String Using PARSENAME

    I agree that the string must not contain a . sign

    because that is not handled in the procedure

    I should have mentioned it as limitation of the procedure

     

    Eli

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