dbTalk Databases Forums  

good way for deleting unsed records...

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


Discuss good way for deleting unsed records... in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jéjé
 
Posts: n/a

Default good way for deleting unsed records... - 11-10-2004 , 10:18 PM






Hi,

I'm looking for a good solution to remove unused records in my dimensions.
My users dislike to see unused objects in cube's dimensions and other
prompts in reports.

But the delete command is very slow due to a ton of constraints (to insure
good data quality).

so, any idea? guide?
maybe I can change my database to 1 user only during the delete step?
does I have to change and setup some isolation hint in the delete command?

thanks.

Jerome.



Reply With Quote
  #2  
Old   
Deepak Puri
 
Posts: n/a

Default Re: good way for deleting unsed records... - 11-11-2004 , 06:56 PM






Depending on your MS OLAP client tool(s), can't this be handled in the
OLAP application itself? For example, if the analysis or reporting tool
lets you use an MDX set expression for the select list of a dimension,
then NonEmptyCrossJoin(Dimension.Level.Members) will only return a set
of those members which have rows in the fact table.


- Deepak

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

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.