Viewing 11 posts - 1 through 11 (of 11 total)
This is resolved.
I just had to edit property of Excel Pivot to show row/columns with empty data 🙂
February 6, 2015 at 8:51 am
In BIDS,
1. Go to Tools->Choose Toolbox Items
2. Go to tab 'SSIS Data Flow Items'
3. Verify whether 'ADO Net Source' checkbox has been checked.
Cheers!
Maninder
July 17, 2014 at 12:09 am
That's correct. The complete filename (FileName+Datepart) should be built using expression builder.
I have also replied to other post you've referred to above.
July 16, 2014 at 1:59 am
Shouldn't the variable that holds date values be of 'Object' type than 'String'?
July 15, 2014 at 11:01 pm
Sure, ORDER BY would be able to handle that scenario. and that Query would be required for First Foreach loop container.
Second foreach loop contaiiner should be used for looping through...
July 15, 2014 at 7:12 am
As per my understanding, below approach should be able to handle this:
1. Create a Table 'Time' which should have all the calendar dates and a Column 'IsProcessed' with flag 'Y'...
July 14, 2014 at 2:49 am
Hi Welsh,
Do you use Foreach loop container to traverse through these file(s)? I had faced similar situation, where I stored the Fully Qualified file name of file in a user...
July 11, 2014 at 1:03 am
Hello,
You may use Derived Column transformation in Data Flow task and REPLACE function should be able to replace the character in the required column(s).
REPLACE( «character_expression», «search_expression», «replace_expression» )
Cheers!
Maninder Kumar
July 9, 2014 at 11:38 pm
Hi Koen,
I couldn't find any configuration warnings as I was running it via SQL Server Agent job and the package was running without any issue in my local machine.
However, I...
July 9, 2014 at 11:02 pm
Yes Phil, that was mapped to the destination.
I tried to create 1 more derived column transformation and deriving a different column (Say "String 2)" and interestingly it started showing the...
July 2, 2014 at 4:37 am
Thanks Phil.
Creating user variable and Using Substring Function (to retrieve sub folder name) in Derived column transformation worked for me 🙂
Cheers!
Maninder
June 26, 2014 at 3:37 am
Viewing 11 posts - 1 through 11 (of 11 total)