Conditional Split Transformation

SQLServerCentral Article

How to create an SSIS conditional data flow task

  • Article

This article demonstrates how to selectively channel records from a flat-file data source to separate destination tables in an SSIS package using a combination of multicast, data-conversion and conditional-split data flow transformation elements within a data flow task.

4.36 (33)

You rated this post out of 5. Change rating

2014-04-10

13,908 reads

Technical Article

RE: Query using view with outer join

  • Reply

It should work (in this case) if you use OUTER JOIN in the view. (I assume that join expression t1.emp_num = t2.emp_name is a typo and should be t1.emp_num = t2.emp_num)If view doesn't return too many rows you may use it as a derived table:select t1.sales, t2.emp_name from sales t1 left outer join (select emp_num, […]

You rated this post out of 5. Change rating

2004-08-04

Technical Article

RE: Preformance Tuning Advice

  • Reply

Thanks Ken and Arif I don't need to create indexes on the #tempTable so I will impliment the use of a table instead of a temporary table Definitely I will update the @returnVal = Null to IS NULL as well as creating the tables at the begining of the script to avoid mixing DDL and […]

You rated this post out of 5. Change rating

2004-08-04

Technical Article

RE: How to ensure order is kept in import from csv

  • Reply

The behaviour is NOT guaranteed.  You need to understand what is meant by 'order' in a relational database, and how this interacts with a DTS load.The physical order in which rows exist has no relevance to the actual order rows are presented to the user in a SELECT statement.  There is 1 and only 1 […]

You rated this post out of 5. Change rating

2004-03-22

Blogs

Open Enrollment at WordPress.com: Free Websites for Students 

By

A website can change the world. If you're a student, we'd like to help...

Connect With More Clients: Our Partner Directory Has Arrived

By

The partner directory connects your agency with new customers.

Can You See Who Forced a Plan

By

I had an excellent group of people in Gothenburg Sweden when I taught there...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers