dbTalk Databases Forums  

Setting default values in ssis transform

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


Discuss Setting default values in ssis transform in the microsoft.public.sqlserver.dts forum.



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

Default Setting default values in ssis transform - 07-05-2006 , 08:34 AM






In good old DTS I could set a transformation with no inputs to feed a
destination some dafualt values in Activex script using the syntax:
DTSDESTINATION("ColumnName") = text

Is there a way to do this in ssis?


Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Setting default values in ssis transform - 07-05-2006 , 02:11 PM






Hello emailwaste (AT) gmail (DOT) com,

Yes but not in the same way. SSIS is very different as I am sure you can
imagine.

If you want to assign an arbitrary value to a column that does not exist
in the source then perhaps a Derived Column Transform will fit the bill?
The Derived Column value would be driven from a Variable.

There are other ways but IMHO this is probably the easiest.


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
In good old DTS I could set a transformation with no inputs to feed a
destination some dafualt values in Activex script using the syntax:
DTSDESTINATION("ColumnName") = text

Is there a way to do this in ssis?




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 - 2013, Jelsoft Enterprises Ltd.