Viewing 4 posts - 1 through 4 (of 4 total)
Somehow it worked after deleting the data and imported the new data to the table and re-executed the below query.
update table
set column11=isnull(columnA,0)+isnull(columnb,0)+...
where quarter='Q3'
October 28, 2014 at 9:02 am
#1755254
Jack,
I tried but gets the same error. Can you be specific?
July 15, 2014 at 10:50 am
#1729545
what are those? How can i implement them?
November 19, 2013 at 10:31 am
#1667499
"Truncation may occur due to inserting data from data flow column with a length of 255 to database column with a length of 9"
November 5, 2013 at 3:11 pm
#1664271