Viewing 5 posts - 1 through 5 (of 5 total)
You will need to have a distinct set of ActivityTagID in your PivotColumnHeaders. Try adding the group by ActivityTagID in your query as such:
DECLARE @PivotColumnHeaders VARCHAR(MAX)
SELECT @PivotColumnHeaders =
COALESCE(
@PivotColumnHeaders...
April 26, 2013 at 1:07 pm
Hi Debanjan,
You can do this a couple different ways. You can use and XML PATH query with a DB Source, or you can get creative with a script component....
March 20, 2013 at 8:53 am
Any time, I have been there myself. 😀
July 23, 2012 at 2:53 pm
Hi Mark,
Is your User::ERR_ErrorCount variable passed into your script as a ReadOnlyVariable or ReadWriteVariable.
Thanks,
Dave
July 23, 2012 at 2:49 pm
Hi Mark,
You could use a package variables to keep a running count of failed files, and maybe another to keep summary details of the errors that are handled.
or
You...
July 23, 2012 at 1:50 pm
Viewing 5 posts - 1 through 5 (of 5 total)