I need to read the log file generated by the SSIS package in my stored procedure.
Is there a good way to do this?
I tried using this code , but it shows the contents of my file as jibberish. Is there some kind of encoding problem that it doesn't handle? Is there an easier way?
source
share