Viewing 2 posts - 1 through 3 (of 3 total)
Could implement. Any easier way??
declare @ClaimSequence varchar(2000), @count int, @counter int, @tpin varchar(8000)
SET @ClaimSequence ='101, 1, 300,333|101,2, 30, 400'
CREATE TABLE #temp(id int not null identity(1,1) , sequence...
September 18, 2013 at 7:11 am
#1651112
I don't want to use SSIS.
So far I could get the first split
September 18, 2013 at 5:18 am
#1651062