![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi there, I have seen articles that import mulitple files into SQL Server but they all create a table first to do the import. the table definition would kinda be complex coz the number of columns varies from 4 -80 for about 50 files. I can import them individually without having to define the tables.(if the data is not that big, that is.otherwise, I need to chop it down into multiple files) is there a way to do this? |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Hi I have a situation where I have to import multiple .csv files. The number of columns may differ in the files and the data is pivoted.. needs to be unpivoted. The destination table is the same for all these files. Once unpivoted, data looks similar. In SSIS, - is it possible to do a dynamic lookup of columns? Thanks -- rockicooki |
![]() |
| Thread Tools | |
| Display Modes | |
| |