dbTalk Databases Forums  

SourceTableFilter and Processing Cube (WHERE clause in SQL)

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss SourceTableFilter and Processing Cube (WHERE clause in SQL) in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Abdul Nasir Khan
 
Posts: n/a

Default SourceTableFilter and Processing Cube (WHERE clause in SQL) - 08-02-2003 , 06:51 PM






I am new to Analysis Services by SQL Server Version (8.00.382).
--
I am working on a simple cube. I am trying to filter my data for a
field.
FactTable : A
SnowFlake Dimention : Table B and Table C
--

I am trying to apply the filter for table C, which I am doing by
setting the property of "SourceTableFilter" by setting

SourceTableFilter : "dbo"."C"."LanguageNo"=1

--

But when I see trace log in Processing, I see no WHERE clause in SQL
Statement.This sounds totally strange to me.

Abdul Nasir Khan
a.nasir (AT) ieee (DOT) org

Reply With Quote
  #2  
Old   
Matt Carroll [MS]
 
Posts: n/a

Default Re: SourceTableFilter and Processing Cube (WHERE clause in SQL) - 08-04-2003 , 12:52 PM






Check the partition. (It's under the Advanced button on the last page of
the partition wizard.) The source table filter of the cube servers as the
default for the partitions, but if the partition has been modified it will
not inherit the change.

- Matt Carroll
--
This posting is provided "AS IS" with no warranties, and confers no rights.

"Abdul Nasir Khan" <a.nasir (AT) ieee (DOT) org> wrote

Quote:
I am new to Analysis Services by SQL Server Version (8.00.382).
--
I am working on a simple cube. I am trying to filter my data for a
field.
FactTable : A
SnowFlake Dimention : Table B and Table C
--

I am trying to apply the filter for table C, which I am doing by
setting the property of "SourceTableFilter" by setting

SourceTableFilter : "dbo"."C"."LanguageNo"=1

--

But when I see trace log in Processing, I see no WHERE clause in SQL
Statement.This sounds totally strange to me.

Abdul Nasir Khan
a.nasir (AT) ieee (DOT) org



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.