dbTalk Databases Forums  

[SSIS] columns selection ?

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss [SSIS] columns selection ? in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Timur
 
Posts: n/a

Default [SSIS] columns selection ? - 03-09-2006 , 04:43 AM







Hi,

in my dataflow, I've 5 columns in the input of a 'Derived column' task.
3 of these 5 columns allow me to compute the value of a new column. Then, I
don't need anymore these columns in my pipeline.

How is it possible to keep only the columns I need ?

Maybe I'm blind, but I can't find a 'Select column' task ...

I've got the same problem after a conversion task, I don't want to keep the
value of the old type.


Thanks !


Oxiane
----------------------------------------------------------
Omnia vanitas




Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default RE: [SSIS] columns selection ? - 03-09-2006 , 06:28 AM






You cannot, nor do you actually need to do anything. The cost of changing the
buffer size probably outweighs the cost carrying them through, well that is
my impression. Certain transforms, normally asynchronous in nature, create
new buffers and at that point you can be more selective. Examples include
Aggregate, Sort.

Darren

--
http://wiki.sqlis.com | http://www.sqlis.com | http://www.sqldts.com


"Timur" wrote:

Quote:
Hi,

in my dataflow, I've 5 columns in the input of a 'Derived column' task.
3 of these 5 columns allow me to compute the value of a new column. Then, I
don't need anymore these columns in my pipeline.

How is it possible to keep only the columns I need ?

Maybe I'm blind, but I can't find a 'Select column' task ...

I've got the same problem after a conversion task, I don't want to keep the
value of the old type.


Thanks !


Oxiane
----------------------------------------------------------
Omnia vanitas





Reply With Quote
  #3  
Old   
Jamie Thomson
 
Posts: n/a

Default RE: [SSIS] columns selection ? - 03-09-2006 , 03:37 PM



Timur,
Think of it this way. Those values are in the buffer anyway at runtime so
its actually more expensive to explicitly get rid of them.

I can see value in "hiding" columns from downstream components mind you
although do bear in mind that this would only make the GUI more readable, it
wouldn't alter the performance of the data-flow. If you think this feature
would be useful then vote for it at the product feedback centre:
http://lab.msdn.microsoft.com/produc...k/default.aspx

-Jamie


"Timur" wrote:

Quote:
Hi,

in my dataflow, I've 5 columns in the input of a 'Derived column' task.
3 of these 5 columns allow me to compute the value of a new column. Then, I
don't need anymore these columns in my pipeline.

How is it possible to keep only the columns I need ?

Maybe I'm blind, but I can't find a 'Select column' task ...

I've got the same problem after a conversion task, I don't want to keep the
value of the old type.


Thanks !


Oxiane
----------------------------------------------------------
Omnia vanitas





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.