What are the disadvantages of Sequence Generator T/R?
Answers were Sorted based on User's Feedback
Answer / mallikarjun
While migrating the code we will get a dialouge box in that there are two
values retain and replace but i don't think about reset.
if you are deploying into production environment, you may want to retain the
current values for sequence Generator transformation in the target folder
instead of replacing them.
To retain values, check the box
uncheck for the replace.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / jz
During Migrating into Production need to reset the value in
the Seq gen t/r.
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / akhil4
using sequence generator t/r, u can not create sequence with alphabets
| Is This Answer Correct ? | 8 Yes | 7 No |
Find a way to implement the following logic : You have column like : Column 1 AA|BB|CC DD|EE|FF WW|AA I need to get the length of the column without the ‘|’ .
What are the different components of powercenter?
What is the need for an etl tool?
Why can't we connect 2 active transformations to an active transformation ? Ex:- One aggriagator and one sq trans to an router transformation
What is the difference between unicode & ascii mode data movement in informatica?
Explain about Recovering sessions?
What is DTM process?
What are conformed dimensions?
What is joiner cache?
What is hash partition?
What is a passive transformation?
write a sql query following table? col1 col2 1 2 1 2 1 2 3 4 3 4 5 6 i want the output like unique duplicate col1 col2 col1 col2 1 2 1 2 3 4 1 2 5 6