Multiple choice technology

SQL scripts invoked by Report Types are generally placed in the

  1. Application server

  2. Database server

  3. Local server

  4. Remote server

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

SQL scripts invoked by Report Types are typically placed on the Application server rather than the Database server. This architecture allows the application server to manage report execution and SQL script invocation, keeping database servers focused on data storage and query execution rather than report logic.