Viewing 15 posts - 91 through 105 (of 329 total)
kwoznica (3/30/2011)
You mention C# as a scripting tool in conjunction with SSIS. How important is it to know C# for SSIS and what shortcomings do you face without it?
Is...
April 3, 2011 at 1:03 pm
Just poking my head into the conversation to say the following:
I was a hiring manager for a couple years and hired many SSIS developers. As others have stated in this...
March 1, 2011 at 6:12 am
Hi Dave,
Bret Flippen wrote a good article on this here[/url]. I implemented his suggestions recently at a client and, during an exchange on Twitter, Brett directed me...
February 25, 2011 at 3:27 am
Hi Radh,
In some versions/service packs of SSIS - mostly 2005 - I've encountered a similar issue. If I muck with the Package ProtectionLevel property, I can end...
February 25, 2011 at 2:55 am
Hi Green,
You're welcome. SSIS is difficult, but not impossible, to learn. I learned it - that means anyone can! I've also trained hundreds of SSIS developers over...
February 12, 2011 at 7:59 pm
Hi Green,
It's ok to have questions. SSIS is a complex topic and you're on one of the steeper slopes of the learning curve.
I think...
February 12, 2011 at 7:35 pm
Hi String,
This is most likely going to involve scripting. Powershell is probably your first best choice but I don't know enough Powershell to help you. You can...
February 12, 2011 at 5:58 pm
Hi Green,
PreExecute fires when the Script Component is initialized in the Data Flow Task. It's there to allow you do anything you need prior to the script...
February 12, 2011 at 5:32 pm
Hi Robin,
If you set the MaximumErrorCount property on the Container to 3, that should do it. It defaults to 1 and so fails on the first error....
February 12, 2011 at 5:09 pm
Hi Gmby,
I don't override configurations at the command line, but what about pluralizing the package collection name: \Package.Configurations?
Andy
February 4, 2011 at 3:05 pm
Hi Carlo,
You are correctly confused, as was I. In most applications the command line wins. I researched this change some and there is at least one legitimate...
February 2, 2011 at 8:20 am
Hi Craig,
Yes.*
:{> Andy
*There's more to it than that. It includes a discussion of when to use which configuration options and how to combine them so you can...
January 24, 2011 at 11:06 am
Another great question Steve!
I have to agree with those who've already responded with "It depends." That's not a cop-out, it's a valid question and each business needs...
January 7, 2011 at 9:41 am
Great editorial Steve!
I agree with Hugo's response. In the physics software teams, an over-emphasis on process is the path of least resistance. If an entry-level person can...
January 6, 2011 at 6:32 am
Viewing 15 posts - 91 through 105 (of 329 total)