SQL scripts invoked by Report Types are generally placed in the
-
Application server
-
Database server
-
Local server
-
Remote server
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.