Viewing 15 posts - 1 through 15 (of 124 total)
Hi
Thank you for your compliment
This will encourage me writing more article 🙂
It's good question about performance in large dataset when using recursive group
It will be nice to make some performance...
November 6, 2019 at 10:03 am
Hi I am glad you appreciate the article
Thank you for your comment
November 6, 2019 at 9:55 am
Have you tried editing in XML code and copy/paste ?
September 15, 2015 at 7:30 am
Maybe you have to play with these 2 properties BLOBTempStoragePath and BufferTempStoragePath
Availabe at the Data Flow level
August 13, 2015 at 7:41 am
Hi
Can you please post a screenshot of your matrix region and grouping settings if possible ?
Thanks.
August 12, 2015 at 6:09 am
Hi
It's a known issue because the data type inside the IIF cannot be qualified
You have to cast the data or use nothing instead of 0
=sum(iif(Fields!Fruit.Value="Apples",Fields!StockEN.Value,nothing))
August 3, 2015 at 4:16 am
Hi
Can you post a screenshot of your ssis data flow please ?
Did you configured well the redirection of rows for failure ?
Mohamed
August 3, 2015 at 3:24 am
Hi
It will be better to do a data driven subscription and send an excel or any other type of file via email
to your customers
Mohamed
August 3, 2015 at 3:09 am
If you add the field BusinessEvent in the existing group "ProductName" ?
Will still it be correct for you ?
Mohamed
August 3, 2015 at 3:05 am
Hi
Can you show some sample data and your query if possible ?
Maybe it is not necessary to do a grouping and just need a simple table ordered by productname??
Mohamed
August 3, 2015 at 2:13 am
Hi
Did you try to use Script Transformation ?
It is more flexible and you can read the file line by line and do the checking before exporting it to another component
July 31, 2015 at 2:18 am
July 31, 2015 at 2:08 am
On the cte keep the contactid field and concatened field only
Then you can use the contactid field of the cte to join the update table a
July 30, 2015 at 12:18 pm
Normal you then need to add up update command after the cte
July 30, 2015 at 10:20 am
bryan.holmstrom (7/30/2015)
Msg 156, Level 15, State 1, Line 11
Incorrect syntax near the keyword 'FROM'.
WITH CTE_Concat AS
SELECT lb.ListID, lmb.EntityID,
STUFF((SELECT...
July 30, 2015 at 10:03 am
Viewing 15 posts - 1 through 15 (of 124 total)