Re: Where Between Date Range
- From: "Vladimir Chtepa" <vc.nospam@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 9 Jan 2006 21:07:50 +0100
Hi,
AS 2005 makes possible using sets in the WHERE clause, but under hood AS
2005 engine makes aggregation on the fly. It has better performance
comparing with AS 2000, that should have additoonal CM, that always
calculated on PTS side, but it is always slower as precalculated aggregates.
Vladimir Chtepa.
"Deepak Puri" <deepak_puri@xxxxxxxxxxxxxxx> schrieb im Newsbeitrag
news:eM7QuNVFGHA.3348@xxxxxxxxxxxxxxxxxxxxxxx
> (A) In AS 2005, you can directly specify a set in an MDX where clause,
> like:
> WHERE {[NonSelectedDate].[2005].[Jan].[01]:
> [NonSelectedDate].[2005].[Mar].[26]}
>
>
> (B) As Vladimir noted, leveraging MS OLAP aggregations is important in
> improving efficiency - one approach is discussed in Chris Webb's blog
> below:
>
> http://spaces.msn.com/members/cwebbbi/Blog/cns!1pi7ETChsJ1un_2s41jm9Iyg!
> 107.entry
>
> http://spaces.msn.com/members/cwebbbi/Blog/cns!1pi7ETChsJ1un_2s41jm9Iyg!
> 111.entry
>
>
> - Deepak
>
> Deepak Puri
> Microsoft MVP - SQL Server
>
> *** Sent via Developersdex http://www.developersdex.com ***
.
- Follow-Ups:
- Re: Where Between Date Range
- From: Ben
- Re: Where Between Date Range
- References:
- Where Between Date Range
- From: Ben
- Re: Where Between Date Range
- From: Deepak Puri
- Where Between Date Range
- Prev by Date: Re: Where Between Date Range
- Next by Date: Re: How to get nth value of a sorted set
- Previous by thread: Re: Where Between Date Range
- Next by thread: Re: Where Between Date Range
- Index(es):
Relevant Pages
|