cancel
Showing results for 
Search instead for 
Did you mean: 

Want to enable " Warn if cost estimation exceed"

Former Member
0 Kudos

Hi,

I want to use the option "Warn if cost estimation exceed" in the control tab of universe parameters.

This option is always greyed out.

Is this option database specific?

Regards,

Gaurav

Accepted Solutions (0)

Answers (1)

Answers (1)

PPaolo
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

this option works only with Teradata. It is the only database which returns a cost estimate in a time format. Other database return it in cycles or other measures which cannot be easily transformed in a useful information.

Best regards

PPaolo

Former Member
0 Kudos

Thanks for the reply.

I want to use it for sql server2005.

My requirement is to kill the execution of a query at database end if it takes more than a stipulated time.

For eg. If I want any query to run not more than 15 mins at db end.

I can make use of hint "query governor cost limit" in Begin_SQL but its not working with Oledb, it works only with ODBC.

Any suggestion.

Regards,

Gaurav

Former Member
0 Kudos

Hi,

In the universe parameters there is a tab called controls, There you get the option to set the max execution

time for the query in seconds under "Limit execution time"

Regards,

Rohit

Former Member
0 Kudos

Hi Rohit,

This doesnot kills the query at DB level.

Regards,

Gaurav