• 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.

    😎