dbTalk Databases Forums  

Performing lookups with recordset variables

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


Discuss Performing lookups with recordset variables in the microsoft.public.sqlserver.dts forum.



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

Default Performing lookups with recordset variables - 04-12-2006 , 06:04 PM






Is it possible in SSIS to perform a lookup with a recordset variable? I
looked at the lookup component, but it only wants a database table to perform
a lookup with and my data is in a flat file (that I don't want to have to
stick in a permanent table).

Can this only be done using a script component? If so, what are the basic
steps?

Thanks!

Brandon

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

Default Re: Performing lookups with recordset variables - 04-12-2006 , 07:37 PM






Hello Brandon,

You cannot do it with anything obvious AFAIK. The Lookup Transform itself
expects an OLE DB connection manager for the reference table.

What about using a Merge Join Transform Instead?





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

Quote:
Is it possible in SSIS to perform a lookup with a recordset variable?
I looked at the lookup component, but it only wants a database table
to perform a lookup with and my data is in a flat file (that I don't
want to have to stick in a permanent table).

Can this only be done using a script component? If so, what are the
basic steps?

Thanks!

Brandon




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.