July 31, 2014 at 1:29 pm
I need to write a process to get file size in kb and record count in a file. I was planning on writing a c# console app that takes the file path and name as a param however should i use a CLR?
I cant put a script in the ssis when it's bringing the file down because it has been deemed that we only use ssis for file consumption.
July 31, 2014 at 1:36 pm
Snargables (7/31/2014)
I need to write a process to get file size in kb and record count in a file. I was planning on writing a c# console app that takes the file path and name as a param however should i use a CLR?I cant put a script in the ssis when it's bringing the file down because it has been deemed that we only use ssis for file consumption.
You could use some/any of the Unix Utilities for Windows and wc -l, ls -h etc.
😎
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply