How would you create these jobs?
You wish to create jobs to satisfy these requirements:1.Automatically bulk load data from a flat file.2.Rebuild indexes on the SALES table after completion of the bulk loadHow would you create these jobs?
Question:
How would you create these jobs?
Options:
Create both jobs by using Scheduler raised events.
Create both jobs using application raised events
Create one job to rebuild indexes using application raised events and another job to perform bulk load using Scheduler raised events,
Create one job to rebuild indexes using Scheduler raised events and another job to perform bulk load by using events raised by the application.
Correct Answer
The Correct Answer for this Question is
Create both jobs by using Scheduler raised events.