InterviewSolution
| 1. |
How Can We Create A Job And Schedule It In Hana? |
|
Answer» With the help of XSJs FILE, we can run a service (for EXAMPLE, an XS JAVASCRIPT or a SQLScript) at a scheduled interval. We FIRST need to define the service either in XSJS or in SQLScript procedure. Then we can create XSJob file and mention the service details ALONG with time interval. Finally from HANA Admin tool we can activate the job. With the help of XSJs file, we can run a service (for example, an XS JavaScript or a SQLScript) at a scheduled interval. We first need to define the service either in XSJS or in SQLScript procedure. Then we can create XSJob file and mention the service details along with time interval. Finally from HANA Admin tool we can activate the job. |
|