Glowworm27
Programmer
Hello gurus,
I have a DTS Package I am designing, and I am importing text files, into temp table.
From this temp table I am populating another table, here is the question.
IN the temp table I have Firstname and LastName fields.
If the Firstname field is NULL it is a buisness customer.
I want to import the data into our Customers Table, and as it is importing check the Firstname field to see if it is NULL, if it is, set the ISbusiness Bit to a 1 if its NOT NULL Set the ISBusiness Bit to a 0.
Can this be done during the Transform Data Task? IF so How.
thanks in advance.
George Oakes
Check out this awsome .Net Resource!
I have a DTS Package I am designing, and I am importing text files, into temp table.
From this temp table I am populating another table, here is the question.
IN the temp table I have Firstname and LastName fields.
If the Firstname field is NULL it is a buisness customer.
I want to import the data into our Customers Table, and as it is importing check the Firstname field to see if it is NULL, if it is, set the ISbusiness Bit to a 1 if its NOT NULL Set the ISBusiness Bit to a 0.
Can this be done during the Transform Data Task? IF so How.
thanks in advance.
George Oakes
Check out this awsome .Net Resource!