August 2013
Intermediate to advanced
364 pages
7h 35m
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 the GO Data Warehouse (query) package. Pull Product line, Product type, and Product as columns.
In this recipe we will learn how to set the execution timeout for a query. To do this, perform the following steps:
Read now
Unlock full access