Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Friday, October 6, 2017

Processing multiple files from different directories

SQLServerCentral » Latest topics
Processing multiple files from different directories
I have 4 file directories, each with files to be processed into one Staging table. the files have same number of columns and data types, however the files has different name.

I was thinking of a Loop or For Each Loop but I don't know how do I set

No comments: