July 2016
Beginner to intermediate
396 pages
7h 17m
English
One of the main purposes of BI is creating reporting for the decision-making process. But what if the report produces the wrong data? We should find the reason and fix it. In order to do this, the best way is to copy the SQL statement in the SQL client and start to troubleshoot it.
Using VLDB settings, we can change the behavior of SQL generation in order to better understand the flow of data and easily troubleshoot it. For example, we can use sub-queries instead of temporary tables, and so on.
In addition, it is important to have the right numbers in order to know what to expect from numbers.
For example, we have the following report:
It is obvious that Order Quantity isn't aggregated. In order to understand ...
Read now
Unlock full access