hi ,
i am new to ssis , i got one requirement like
1. client will give one csv file to us which contains 100 rows 100 columns.
2. my requirement is : i need to store the above csv file data into single colum , single row of a table.
4. my table sample structure is :
id date
-- ---
Note: id column data type is Unique identifier and date column data type is varbinary(max).
my sample csv file is:
Mdate,bdate,login,name 2012-12-12,2012-112-12,\\localhost\name\sada
| ||||
franklinsentil