Hi
I have few print statements in a stored procedure that gets called from the SSIS package. How do I make sure that these are captured in the SSIS log meaning how do I get them to be displayed in the Package Explorer window when running from the Business Intelligence Studio IDE.
Not possible. Print statements are diagnostic in nature and are not part of the returned data set, which is what gets exposed to SSIS.http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1229612&SiteID=1
No comments:
Post a Comment