Viewing 15 posts - 12,766 through 12,780 (of 13,838 total)
Tim Mitchell (5/19/2009)
May 19, 2009 at 8:38 pm
What is the significance of the first field (1, 2, 4, 2, 2)?
Is it true that the only thing linking rows 1 and 2 is the order in which they...
May 19, 2009 at 7:13 pm
Please post the error message.
May 19, 2009 at 7:01 pm
You can create a very simple data flow task that will perform the extract for you - no need to get fancy about converting anything.
But if you do need to...
May 19, 2009 at 6:57 pm
I've never tried this, but maybe you could use two Foreach containers - one executes for all (0 or 1) occurrences of Suppliers.xml and one for all (0 or 1)...
May 18, 2009 at 10:03 am
catogonzalez (5/15/2009)
May 15, 2009 at 7:30 pm
Please also post how you would like the active date to look after the update has been performed. Your post shows the 'before' situation only.
May 14, 2009 at 5:56 pm
This isn't easy.
The way I was thinking of doing this was to use a Script Task and use Excel.Application etc etc - but that relies on a reference to Microsoft.Office.Interop.Excel,...
May 14, 2009 at 5:52 pm
You are right - set Fail package on Failure to True and you should get the result you desire.
May 13, 2009 at 11:01 pm
I suggest that you read up on Package Configurations - I think that will work well for you.
May 13, 2009 at 10:54 pm
This sounds like a T-SQL question to me - this is the SSIS forum.
It is difficult to answer your question without seeing some sample data. Why only 5 items -...
May 13, 2009 at 10:34 pm
As Luke said, fixed-width files do not generally have delimiters - they are just wasting space.
If it's just a pipe-delimited file you need, pipe can be chosen as delimiter if...
May 13, 2009 at 10:28 pm
Your signature contains a link to posting best practices, yet your post does not follow them!
Are you referring to Excel when you talk about 'sheets'?
Is any data involved, or are...
May 13, 2009 at 10:15 pm
If you need more sophistication in your record selection than is possible in Conditional Split, the Script Component will also do it.
May 13, 2009 at 3:24 am
Viewing 15 posts - 12,766 through 12,780 (of 13,838 total)