how you will maintain version?
Answers were Sorted based on User's Feedback
Answer / sandeep
As per my knowledge,Using 'Check out' and 'Check in'
options we are maintaining the vesion.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / sp
For maintaining the versions the first and foremost thing is to make sure the versioning on the repository is enabled. If versioning is enabled the developers will get an option to check-in and check-out code. Every time the code is checked-out, saved and checked-in a new version of the object is created with the version number incremented by 1 with each check-in.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / binu
Using the Versioning tab in the menu bar.
Checkout is used to edit and save.
Checkin used to release the saved code.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the query to find nth highest salary? What is the use of cursors?
write a query for how to eliminate the duplicate rows without using distinct?
How can we get two output ports in un-connect transformation?
Is it possible to revert a global repository to local one and why?
How to display First letter of Names in Caps?
Explain in detail scd type 2 through mapping.
What is the difference between a connected look up and unconnected lookup?
What does “tail –f” command do and what is its use as an Informatica admin.
following source name gender ramya female ram male deesha female david male kumar male i want the target male female ram ramya david deesha kumar any body give solution above question?
what are types of dimentions?
what are the limitations for bulk loading in informatica for all kind of databases and transformations?
Q. We are the loading the table on daily basis it is incremental loading. and A person rahul slary was 10000, so if i check before run my salalr is 10000. but toay there is update that my sal is 15k but that will come to know after the load. braod crtiteria is we donot want to show downstream teams partial updated data. need aproad as etl developer