Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
bandi
Master Smack Fu Yak Hacker
2242 Posts |
Posted - 2014-03-13 : 02:44:38
|
Hi,I have to check each file extension in a folder and then process only .txt files & send invalid file names to one table...We can process .txt files using For Each loop, but how to get the invalid ( Other than .txt files) file names?--Chandu |
|
gbritton
Master Smack Fu Yak Hacker
2780 Posts |
Posted - 2014-04-07 : 15:39:38
|
Read all files and pipe them through a script task to filter them however you like |
|
|
|
|
|