![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a Table ( BHYearHeaders) which i need to update on a regular basis from a csv file the BHYearHeader stores header records of transactions from our client and the csv file updates the header records with a voloume number Table Licence varchar(6) Serial varchar(6) Volume varchar(6) Trans Int TransVal Varchar(11) File Licence, serial, volume, trans, transvalue can anybody suggest ( in simple terms ) what is the best way to create a dts so that when it is run the BHYearHeader.BureauVolume is updated with the |
|
BHYearHeader.Licence = File.Licence & BHYearHeader.Serial = File.Serial & BHYearHeader.Trans = File.trans & BHYearHeader.TransVal = File.transval I was looking at using a textfile DataSource, but couldnt work out how to update the correct records as there are usually over 10,000 recorsd in the |
#3
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |