what happens if you try to create a shortcut to a non-
shared folder?
Answer / krishna
If you try to create a shortcut to a nonshared
folder, the Designer creates a copy of the object instead.
| Is This Answer Correct ? | 4 Yes | 1 No |
What will happen if we have a filter transformation used in a mapping and in the filter condition we specify 1. Yes nothing else, only the number 1. In other words, assuming we have 10 rows coming to this filter transformation as an input, how many rows will be output by this transformation when we have only 1 in the filter condition?
Write the unconnected lookup syntax?
WHat all joins are there in Source Qualifier?
In update strategy target table or flat file which gives more performance ? why?
Diff B/W MAP Parameter, SESSION Paramater, DataBase connection session parameters.? Its possible to Create 3parameters at a time? If Possible which one will fire FIRST?
Which gives the more performance when compare to fixed width and delimited file ? and why?
How to get EVEN & ODD numbers separately?
What are the features of complex mapping?
What is the meaning of up gradation of repository?
What is the difference between router and filter?
Source and Target are flat files, Source table is as below ID,NAME 1,X 1,X 2,Y 2,Y On Target flat file i want the data to be loaded as mentioned below ID,NAME,REPEAT 1,X,2 1,X,2 2,Y,2 2,Y,2 How to achieve this, Can i get a map structure
In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.