I'm am using DTS for importing multiple txt files from a certain directory (as described here:
How could I also import for every record the name of the source file it comes from?
The import is being done to a SQL server table where I will add a varchar column, let's say, 'Source'.
Thx in advance...
How could I also import for every record the name of the source file it comes from?
The import is being done to a SQL server table where I will add a varchar column, let's say, 'Source'.
Thx in advance...