Forum Replies Created

Viewing 15 posts - 121 through 135 (of 260 total)

  • Reply To: Performing String Split on items which have been String Split

    There are of course several ways to do this, but since the format is pretty fixed, you could use this:

    DECLARE @TestString VARCHAR(MAX) = N'B0AF47E9-E161-4EAD-A690-99C06E80A4B4_11, 441D9F5D-D4AA-416F-8F09-F70DE5D36644_12';
    With sp_data as...
  • Viewing 15 posts - 121 through 135 (of 260 total)