dbTalk Databases Forums  

Re: Attribute key cannot be found after migration

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


Discuss Re: Attribute key cannot be found after migration in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Deepak Puri
 
Posts: n/a

Default Re: Attribute key cannot be found after migration - 12-23-2006 , 10:04 PM






Hi Ashok,

In AS 2005, dimensions are processed separately from the measure group
partitions. Even in AS 2000, if you optimize the schema for shared
dimensions, a dimension table may not get joined to the fact table
during partition processing.

If you need to filter fact table rows based on the date dimension table
in the DSV, you can right-click and replace the fact table with a named
query. The named query can return the same fields as the fac table, but
include an inner join to the date dimension table.


- Deepak

Deepak Puri
Microsoft MVP - SQL Server

*** Sent via Developersdex http://www.developersdex.com ***

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.