Good day,
I have strange problem with importing data from access table and I hope someone could explain me what I'm doing wrong.
Access table has following structrure
Id string(255)
Name (255)
But data from that table was queried by sql statment
select
left([id],25]) as [id]
left[name],100) as [name]
from table.
When I add such statement to data flow task I get result columns of length 255 (in advanced editor for ole db source). Is it normal?
Thanks for any help.
Regards