| How can I prevent client submitting MDX queries to the Analysis Server 2005 that run too long |
| Written by Vidas Matelis | |||
| Sunday, 29 April 2007 17:41 | |||
|
Q: How can I prevent client submitting queries to the Analysis Server that run too long? A: Sometimes clients submit queries to SSAS server that uses a lot of resources. One of the things you can do is to add timeout parameter to the connection string and this way limit time query is allowed to run. After client receives timeout message, he/she could adjust query selections and re-submit smaller query. Timeout parameter is specified in seconds. Example:
|
Most read
- How to install Adventure Works SQL DW and Analysis Services 2005/2008 sample database and project
- MDX-How can I get Last (Previous) Year to Date (YTD) values?
- Analysis Services 2005 error: Errors in the metadata manager. The attribute with ID of ., Name of . refer
- MDX-How do you format or round KPI expression value?
- MDX-How do you calculate monthly average of one year, optionally including empty months?
Top Rated
- How to install Adventure Works SQL DW and Analysis Services 2005/2008 sample database and project
- Analysis Services 2005 XMLA script to add/drop existing partition aggregate
- Why In Reporting Services MDX query disappears after leaving "Data" tab.
- When accessing calculation tab in BIDS I am getting error Unexpected error occurred
- In an MDX query how can I get the top 3 sales years based on the order quantity?
- What TCP port SQL Server Analysis Services 2005 uses
- How to calculate YTD monthly average and compare it over several years for the same selected month
- Analysis Services 2005 error: Errors in the metadata manager. The attribute with ID of ., Name of . refer




