| A copy of the database has been upload on FTP for diagnostic with filename "CLIENT-IGA-LINKSOFT.bak". Executing the stored procedure via management studio takes 24 minutes to run. Below is the script we tried. exec "LINKSOFT"."dbo"."LT_ESS_RPT_TimesheetImportLog";1 {ts '2021-01-04 16:13:53'}, {ts '2021-01-10 16:13:53'}, '', '', 'A', '', '', 'vit', '', '', '', '', '', 'admin' go |
| PART A - Development work for this case has been completed. 1. The change will be available in version:12.22.0113 & 12.30 2. The following changes were made(Include Database object names, Program classes and any other relevant information): - Performed performance diagnostics on the client's database
- Identified the report extraction was slow due to Territory/Branch/Cost Centre filter changes.
- Refactored the report extraction to filter Territory/Branch/Cost Centre on each transactional table used in data extraction
3. Affected Areas: - Timesheet Import Log report - filter using Territory/Branch/Cost Centre
4. The issue was caused by: - Performance Improvements
5. Notes: 6. Next Step: UAT ---------------------- PART B - Development Reference: 1. Changes implemented was according to the approved design (Y/N): 2. Variations to the approved design: |