June 2010
Intermediate to advanced
272 pages
5h 55m
English
Some reports are capable of firing quite resource consuming queries on the data source. This can cause a bottleneck on the database and hence a problem for other users and jobs. This recipe will show you how to automatically get the report query killed if it takes longer than a certain time limit.
Create a simple list report based on GO Data Warehouse (Query) package. Pull Product line, Product type, and Product name as columns.
That means we are setting the maximum execution time for the query to one ...
Read now
Unlock full access