Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SSIS and Import/Export (2008)
 conditional split

Author  Topic 

arkiboys
Master Smack Fu Yak Hacker

1433 Posts

Posted - 2011-07-08 : 11:26:23
Using the oledb source, I can run a select query on table joins
Then there is a conditional split control which narrows down the result base on a criteria i.e. field1 is null and field2 is not null.
Question.
How can I place the result of this into a table?
I basically would like to place the result of the conditional split into a table.
I tried placing a oledb destination but do not want to use a permanent table because I would like the result to go into a temp table.
Not sure how to place the insert into #tmptable from the result of the conditional split.
Any suggestions please?
Thanks

robvolk
Most Valuable Yak

15732 Posts

Posted - 2011-07-08 : 11:46:43
quote:
but do not want to use a permanent table because I would like the result to go into a temp table
Why?

Please understand I'm not trying to pick on you, but in all your posts of the past week, you seem determined to do things in the most difficult way possible, without explaining why or what you're ultimately trying to accomplish. As Nigel pointed out here: http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=162756

You'll need to explain what your end goal is, not ask how to do this-or-that with cursors or SSIS. Otherwise there's no way we can help you with this problem.
Go to Top of Page
   

- Advertisement -