InterviewSolution
| 1. |
What Is Reporting Lifecycle? |
|
Answer» Generally a Reporting Services has three mainly three phases: Development of Reports (Developer): at first reports need to be DEVELOPED and it is done the developers. Management of Reports (DBA): When the REPORT is being developed DBA ensure the following things: Security: only AUTHORIZED user should access the report Execution: how the report will be executed to optimize data sources performance Scheduling of Reports: so that report are executed on scheduled timings Report Delivery (DBA + Developer): When the report is being developed and executed the report is transferred to the business users. They use it and if any modification is required the report is GO back to the development STAGE. Generally a Reporting Services has three mainly three phases: Development of Reports (Developer): at first reports need to be developed and it is done the developers. Management of Reports (DBA): When the Report is being developed DBA ensure the following things: Security: only authorized user should access the report Execution: how the report will be executed to optimize data sources performance Scheduling of Reports: so that report are executed on scheduled timings Report Delivery (DBA + Developer): When the report is being developed and executed the report is transferred to the business users. They use it and if any modification is required the report is go back to the development stage. |
|