SSIS -SKIP First few ROWS
hi experts ,
working on ssis 2008.
have excel file source .
scenario: first 5 rows contain headings dont need
actual header starts 6th row , data .
how should used excel source take 6th row header , data .
note ::
receive file every month .
name of file same every month
number , name of coumns fix
number of records not fix every month
i tried using openrowset in excel sourcei.e revenue$a6:d6
a6 =my first column header
d6= last coulmn header
package executed but no data loaded in destination sql table
??
hi rihan
try openrowset in excel sourcei.e revenue$a6:d
don't mention value after d
regards
j r bhimireddy
SQL Server > SQL Server Integration Services
Comments
Post a Comment