Three date formats are there . How to change these three into
One format without using expression transformation ?
Answers were Sorted based on User's Feedback
Answer / pradeep
Use SQL Override and apply the TO_DATE function against the
date columns with the appropriate format mask.
Is This Answer Correct ? | 12 Yes | 0 No |
Answer / anupam baruah
You can write a procedure and call it to change the date
format as per your requirement
Is This Answer Correct ? | 1 Yes | 1 No |
How can you complete unrcoverable sessions?
hi guys i have an question how do you find out weather the column is numeric or combination of char and numbers or it contains char,numeric and special characters.
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
what is DSS?
How to eliminate 1st and last rows from the source and load the inbetween rows.
i have a wf like wf-->s1-->s2-->s3-->s4 first start s1 later s2 later s3 here my session s3 have to run 3 times later start s4?
have u done any performance tuning? how u ll do?
tell me about your project functionality
Do joiner transformation use cache? If so describe?
What do you mean by DTM and Load manager and what is difference between load manager and load balancer?
For stage table data processing, suppose in first run we processed 8 records out of 10 records then in 2nd run we should consider only not processed records (here total no of records =2) along with new records which got loaded in stage table thru real time mapping. Note : In this example, 8 records are those records for which we got transaction number after lookup on trn_no_cod table and 2 records for which lookup returns trn_no as NULL
What is an Integration service in Informatica?