Viewing 15 posts - 31 through 45 (of 94 total)
one technical limitation: I found out the hard way you can't truncate a table if referencing it through a synonym...
September 11, 2014 at 1:21 pm
And actually, each target table must exist before the oledb destination with that table name fires up. However if needed, in the same "for each" loop a simple precedent...
January 15, 2013 at 6:27 pm
I attached a screen shot of one way to have variables for object names for the OP, I am sure you already know how to do this for an ExecuteSql...
January 14, 2013 at 9:45 pm
If using Execute Sql task, make the sql text an expression and use variables for table names
If using oledb destination in data flow task, the data access mode property of...
January 14, 2013 at 8:56 pm
[I am not able to use variable due to there are almost 20 data flow tasks in SSIS package and I need to use more variables.]
Did you consider to use...
January 14, 2013 at 8:42 am
Jeff your work is amazing. I am learning a _lot_ from it. Thank you!
October 17, 2012 at 9:08 pm
One way to be certain that SSIS will process data elements with exactly the data type you want is to make all the explicit conversions yourself from a "type controlled"...
August 23, 2012 at 7:33 pm
Sorry perhaps I wasn't clear. Use script to make your connections also. Do not use a component for anything. Then you will have no trouble handling an error from...
August 20, 2012 at 8:06 am
use C# script task to do the work.
trap the error in a loop and ignore it.
August 17, 2012 at 9:40 pm
Hi Paul,
<<Fabian Pascal's work is for entertainment value>>
Yes I can see, based on the approach offered in your article, that you would consider such commitment to Codd's work "zealotry" and...
January 26, 2011 at 7:05 am
<<You've spent enough time and energy on your debate here, to write half the article,>>
Not even in the same continent Jack. A few typo ridden, before the morning commute...
January 25, 2011 at 10:36 pm
In a previous career, I was in the printing industry (20+ years). I learned a lot about the concept of "quality" in that career.
As professionals, we get...
January 25, 2011 at 9:42 am
Well of course the obvious inference in the statement "doesn't happen" is that "doesn't happen to ME".
I truly have never had that happen in years of on and off formal...
January 25, 2011 at 9:33 am
I have been trying to emphasize, and explain how I do this, which is precisely TO emphasize the conceptual, general principles for creating good abstractions/models at the first meetings. ...
January 25, 2011 at 9:03 am
Then I misunderstood, I stand corrected, and I need to apologize to you for considering that you were just making some silly projection of what I would do.
The point...
January 25, 2011 at 8:47 am
Viewing 15 posts - 31 through 45 (of 94 total)