Viewing 2 posts - 1 through 2 (of 2 total)
For import of csv files i would go for someting like this:
SELECT *
INTO tabelA
FROM OPENROWSET('MSDASQL',
'Driver={Microsoft Text Driver (*.txt; *.csv)};DefaultDir=C:\Data;','select * from tabelB.csv')
February 17, 2010 at 12:36 am
#1119879
Thanks for your article. Do you also have a solution for sheet xml imports if the sheet name is change randomly or with a certain string?
February 16, 2010 at 11:37 pm
#1119861