Dear all,
I was wondering how to open .LOG files created for a SSIS execution package.
Thanks in advance,
Open them in a text editor. I'm a bag fan of Textpad (www.textpad.com)
You control where they are. You tell tell the package where to log to.
-Jamie
|||Hi Jamie,
Come on man, textpad? Is my favourite without a doubt, I like it a lot too.
I was saying, in what path ssis leave its logs. where?
Thanks again
|||Like I said previous, the logs are put wherever you tell SSIS to put them. That can be a text file (it is you, not SSIS, that defines where that file resides), SQL Server (in which case they'll be in the msdn..sysdtspackageslog90 table if memory serves), event log, SQL Profiler or an XML file.
-Jamie
No comments:
Post a Comment