Viewing 15 posts - 5,491 through 5,505 (of 11,678 total)
After the conditional split and the multicast you have 4 different paths.
Add a derived column to each path.
In the derived column, you simply add a new column and put the...
July 22, 2013 at 4:46 am
What do you do inside the package?
July 22, 2013 at 4:45 am
Your data conversion component doesn't actually convert the column itself to another data type. It makes a copy and stores the converted data in that new column.
That's why you have...
July 22, 2013 at 3:53 am
I kept thinking about this scenario, and you can also implement it without a script, using only SSIS components.
Put a conditional split that checks the location. You have 3 outputs:...
July 22, 2013 at 1:04 am
The easiest way woul be to use a script component as a transformation.
Use a switch statement on the location column to determine the locationID.
If it is "common", you need to...
July 22, 2013 at 1:02 am
Grant Fritchey (7/19/2013)
Sean Lange (7/19/2013)
July 21, 2013 at 1:47 pm
Grant Fritchey (7/19/2013)
July 21, 2013 at 1:46 pm
Rich Weissler (7/19/2013)
July 19, 2013 at 7:05 am
kapil_kk (7/19/2013)
Chris can you please tell me the way with a script/batch...
Change it in the designer. Before saving it, hit the "Generate change script" button.
July 19, 2013 at 7:03 am
george sibbald (7/19/2013)
So with SQL2012 and 2014 install media we dont get the option to install the BIDS equivalent? that sounds...
July 19, 2013 at 6:11 am
Michael Riemer (7/19/2013)
IgorMi (7/19/2013)
BIDS will stay among the folks, as shorter it is as easier to use.
+1
Don't understand the logic of the insistance on renaming something that everyone is happy...
July 19, 2013 at 2:56 am
Toreador (7/19/2013)
So with SQL2012 it's called SSDT, but for SQL2014, which isn't out yet, it's called SSDTBI? Or is that over-simplifying π
That's oversimplifying π SSDTBI (the one for Visual Studio...
July 19, 2013 at 2:53 am
July 19, 2013 at 2:26 am
Viewing 15 posts - 5,491 through 5,505 (of 11,678 total)