![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm transfering a CSV file into a Table . In Table I have a field called record number which I'd like to insert the record number of the equivalent record in the CSV file.How can I simulate it? Thanks |
#3
| |||
| |||
|
|
Ray You have a CSV file and when inserting to SQL Server you want to have an incremental integer value added to "Record Number"? You can either have your destination table have an Identitiy property attribute or you could use an incrementing Global Variable in an Active Script transformation. "RayAll" <RayAll (AT) microsft (DOT) com> wrote I'm transfering a CSV file into a Table . In Table I have a field called record number which I'd like to insert the record number of the equivalent record in the CSV file.How can I simulate it? Thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |