• dipetersen (7/10/2009)


    When I used it, there was an Error if the @column_names = 0. The word VALUES would concatenate at the end of the table name without a space(i.e. INSERT INTO dbo.FolderLevelLookupVALUES (0, 'None')

    ) . I just added a space before the word VALUES to fix it in the script.

    ...

    PRINT ' '' VALUES ('' +'

    ...

    Great script. Thanks

    Thanks for the feedback! 🙂

    Thanks also for the bug report, I will fix this. Usually it takes some days until it becomes updated by admins.