I want to convert an Excel sheet into a SQL File through SSIS. The Excel sheet I am using has images, texts and numbers.
When I make a Excel Source in the Data Flow, images are not being copied and its replaced by Null.
Image is larger than the text so it is taking more than one row to actually fit a row. So all the row image is covering its coming as NULL.
Is there any way to work around this.
Thanks