Viewing 12 posts - 76 through 87 (of 87 total)
corey lawson (10/25/2013)
Look at BIFuture.blogspot.com for C# code to add a derived column to ssis...
October 25, 2013 at 2:27 pm
corey lawson (10/25/2013)
You somehow have to make the changes to the package at "design" time. Which can mean programatically creating a...
October 25, 2013 at 10:30 am
Koen Verbeeck (10/24/2013)
blasto_max (10/24/2013)
But how do i see the exact line of my script task which caused an exception ?
Script task or script component? Last one is in the data...
October 24, 2013 at 7:24 pm
Koen Verbeeck (10/24/2013)
Maybe there are easier alternatives.
As long as you don't use any blocking transformations...
October 24, 2013 at 2:51 pm
But how do i see the exact line of my script task which caused an exception ?
October 24, 2013 at 2:47 pm
Koen Verbeeck (10/24/2013)
Is the job scheduled with SQL Server Agent, or with another scheduler?
With which tool did you make the ETL job? If SSIS,...
October 24, 2013 at 10:39 am
Koen Verbeeck (10/24/2013)
You really need to give more specific details.What exactly do you mean with "processed"? Which transformations are you using?
Sorry, I'll clarify. Pull, each record, do some concatenation of...
October 24, 2013 at 10:37 am
SQLBill (10/17/2013)
October 21, 2013 at 5:20 pm
Phil Parkin (10/20/2013)
blasto_max (10/20/2013)
October 20, 2013 at 11:45 pm
Koen Verbeeck (10/20/2013)
DO NOT USE SSIS FOR THIS.
Use dynamic SQL for this (as Jeff mentioned).
If I would need to do...
October 20, 2013 at 11:13 pm
robert.gerald.taylor (10/20/2013)
Use the Derived Column Transformation (as mentioned earlier in the thread).Rob
Won't work in my case. Its a pretty complicated situation. The derived column itself would have to be generated...
October 20, 2013 at 11:12 pm
Phil Parkin (10/18/2013)
blasto_max (10/18/2013)
Is there a way to cast an input data automatically to the destination column type ?No.
Okay. So, it there a set of scripts that can convert data...
October 19, 2013 at 12:04 pm
Viewing 12 posts - 76 through 87 (of 87 total)