There are several ways to achieve this. You can use Derived Column transformationvalues to convert or , you can declare a column of a flat file in conjunction with a flat file as a data type column . Steps 1 - 8 describes a first embodiment and Step 9 describes the second embodiment. database timestamp [DT_DBTIMESTAMP]
Step by step:
Source.txt, # 1.
Flat File Connection , # 2 # 3.
Data Flow Task , 4.
, # 5.
Derived Transformation , 6, cast DT_DBTIMESTAMP, .
OLE DB Destination , 7.
# 8 .
# 9 SQL .
, , , database timestamp [DT_DBTIMESTAMP], # 10. Derived Column transformation, Data Flow Task # 11. Flat File OLE DB Destination.
, .
№1:

№2:

№3:

№4:

№ 5:

№ 6:

№ 7:

# 8:

№ 9:

№ 10:

№ 11:

user756519