Hi,
How can i import multiple accessfiles in sql server 2000 by using a dts
package?
The dts package should import files with the most current date in a
directory (not today's date). The date can be found in the name, e.g.:
<companyname>_2 0041214.mdb.
Also i would like to use the companyname from the filename to fill in a
empty column called companyname, so i can import all files into one
normalized table.
The files are placed in on a root drive.
If someone can help me on this i would be very happy.
Thnx.
How can i import multiple accessfiles in sql server 2000 by using a dts
package?
The dts package should import files with the most current date in a
directory (not today's date). The date can be found in the name, e.g.:
<companyname>_2 0041214.mdb.
Also i would like to use the companyname from the filename to fill in a
empty column called companyname, so i can import all files into one
normalized table.
The files are placed in on a root drive.
If someone can help me on this i would be very happy.
Thnx.
Comment