• Jeff Moden (1/18/2008)


    Delimiter of "," (including the quotes) is perfect for "real" CSV instead of "comedy separated values".

    Delimiter of "," is as good as '[' + @TableName + ']'.

    Works almost every time.

    But it's better to use QUOTENAME. Because it deals properly with quotes inside of the variable.

    _____________
    Code for TallyGenerator