I have a list of several hundred text files I want to move into SQL Server.
The text file names include dates such as:
x_2001_01_01.txt
x_2001_01_02.txt
....
x_2002_03_01.txt
I can write a looping script in VB to import it into Access -- but the dataset is much too large (would need 36 DB's. I know SQL Server must have a way to get through this...but am pounding my head into the wall to figure out how to get this done.
Thanks.
The text file names include dates such as:
x_2001_01_01.txt
x_2001_01_02.txt
....
x_2002_03_01.txt
I can write a looping script in VB to import it into Access -- but the dataset is much too large (would need 36 DB's. I know SQL Server must have a way to get through this...but am pounding my head into the wall to figure out how to get this done.
Thanks.