sql - dynamic ssis package -
i need create ssis package importing files ftp server table on data lake. problem files can have different columns. example file1 can have a,b,c,d,e columns, next file can have a,b,c just, next a,b,c,d,e,f , on. best way approach problem? m talking different columns source file , same destination table.
thanks
look biml, dynamically creates packages based on meta data.
Comments
Post a Comment