My csv inputfile looks more or less like this:
1;aap;noot;mies
2;wim;teun;vuur
3;gijs;kees;bok
When i use any of the proposed code solutions above, only the first field is filled with the complete record.
This is what i tried:
insert into Tabel1 ([Id], [Veld1],[Veld2],[Veld3]) select...