Viewing 15 posts - 11,386 through 11,400 (of 13,871 total)
I use a binary search to do this...
Phil the pedant steps in 🙂
What you have described is a 'bisection method' - a binary search acts on a sorted array.
May 26, 2011 at 8:30 am
Please state expected results for
SELECT *
FROM Structure
WHERE product = 'Part A'
Would you want to see Part Y in the results?
May 25, 2011 at 4:54 am
An easy way round that is to use the same file name every time as the destination, but to have a FST afterwards to copy it wherever you want.
The template...
May 25, 2011 at 2:17 am
When you have the desired resultset in memory, use .NET to write to an Excel spreadsheet.
For the flexibility which you require, you may need to install Excel on your server...
May 24, 2011 at 2:42 pm
Not easy at all in SSIS.
Solution 1
Put the query in Excel and bypass SSIS completely.
Solution 2
Check out third-party components such as this one, which might give you the dynamic columns...
May 24, 2011 at 2:24 pm
vax09 (5/24/2011)
Please Provide me Step by Step Information because i am new in it.and it is interview screening question.
You must be joking. Not a chance.
May 24, 2011 at 12:53 pm
My suspicion at (1) above was right. Something else is failing the package and it's not being reported - the config warnings were only warnings as suggested - I'll investigate...
May 24, 2011 at 10:40 am
vax09 (5/24/2011)
Any one provide Step by Step information.that will be great help.
Please do some Internet searches to get this basic information and then come back here with any specific questions....
May 24, 2011 at 8:11 am
I'm tied up with something else for a while, so cannot try your suggestion Koen, but just responding to a couple of the points:
1) Even though those config file messages...
May 24, 2011 at 5:50 am
Thanks for the quick response - this is SSIS 2005.
Here is my command line, edited slightly to protect the innocent:
/FILE "T:\SSIS\Packages\abcde\bin\abcde - ERD.dtsx" /CONFIGFILE "T:\SSIS\ConfigFiles\Common\SMTP.dtsConfig" /CONFIGFILE "T:\SSIS\Packages\abcde\Config\Custom - ERD.dtsConfig"...
May 24, 2011 at 4:11 am
sanvekar (5/24/2011)
In DFT Add task "Flat File Source" and point it to your input text file.
After that Add a task...
May 24, 2011 at 2:14 am
Now all you have to do is replace all occurances of "Jef" with "Jeff" and you'll be golden. [Wink]
..and all occurrences of occurance with occurrence 😀
May 21, 2011 at 10:49 am
Ah yes, seen that one many times - well done on figuring out the answer. As the flow can go down either (but not both) paths, each of those constraints...
May 20, 2011 at 8:23 am
I agree - a jpg image of the package control flow screen might be helpful.
May 20, 2011 at 7:35 am
Viewing 15 posts - 11,386 through 11,400 (of 13,871 total)