With out using Updatestretagy and sessons options, how we can do the update our target table?

Showing Answers 1 - 5 of 5 Answers

Saritha

  • Feb 14th, 2006
 

you can use this by using "update override" in target properties

  Was this answer useful?  Yes

SARITHA

  • Feb 15th, 2006
 

using "update override" in target option.

  Was this answer useful?  Yes

ravi

  • Mar 1st, 2006
 

In session properties, There is an option

insert

update

insert as update

update as update

like that

by using this we will easily solve

  Was this answer useful?  Yes

Raajavarman

  • Mar 11th, 2006
 

         By default all the rows in the session is set as insert flag ,you can change it in the session general properties -- Treate source rows as :update

so, all the incoming rows will be set with update flag.now you can update the rows in the target table

  Was this answer useful?  Yes

prasadns26

  • Jul 18th, 2006
 

hi,

if ur database is teradata we can do it with a tpump or mload external loader.

update override in target properties is used basically for updating the target table based on a non key column.e.g update by ename.its not a key column in the EMP table.But if u use a UPD or session level properties it necessarily should have a PK.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions