Describe the effect of the "checkpoint" t-sql statement?
Answer / anonymous
checkpoints are normally used for the graph recovery.
if we are loading a large volume of data and the graph gets failed, so instead of rerunning the whole graph we can execute the graph from the last executed checkpoint.
it saves time and loads the data from the point where it failed.
checkpoints saves the intermediate files during the graph execution.
Is This Answer Correct ? | 1 Yes | 0 No |
What is difference between force_error & force_abort? How to use in abinitio graph?
What is regex (lookup)? When you should use it?
Explain what is sort component in abinitio?
Input Data: AAABBBCC CCAAABB expected output A3B3C2 A3B2C2 How can I achieve this in Ab initio? where In output count of occurrences should be sorted from high to low
Input - Name|city |startyear Rahul |Mumbai|2010 Rahul|kolkata|2014 Rahul|Delhi|2018 Output should be- Name|city |startyear|endyear Rahul |Mumbai|2010|2014 Rahul|kolkata|2014|2018 Rahul|Delhi|2018|9999
What a local lookup is?
What is the syntax for m_dump in abinitio?
Runtime behavior of Normalize and Reformat
How to move data from developement to testing and testing to production?
1 Answers BitWise, CTS, Satyam, Wipro,
What is the DynamicScriptGeneration and what is the Use?
EmpId RollNo RollNo2 A t1 se A1 se tm i want output as A Emp A TL A1 SE etc how i can get output please send me your answer
Can you use scan to generate sequence number ? How to use in abinitio graph?