Forum Replies Created

Viewing post 1 (of 1 total)

  • Reply To: Split string

    Here's a quick example solution that may work depending on the data size, processing frequency, etc. (Temporary tables used here for example dataset processing)

    IF OBJECT_ID('tempdb..#Maintable') IS NULL
    BEGIN
    --DROP...

Viewing post 1 (of 1 total)