I have a CSV with three columns that I want to import into an SQL table. Upon importing, I need to add an ID column to my flat file data set that increments the next ID number that already exists in a "GroupNum" column in the table I am importing to. This is not an identity column that automatically...