sql server - Detail Dimension for Drillthrough -


i have created number of type 1 dimensions hold customer/subscription level details. these dimensions large compared other dimensions using 1 1 relationship facts. dimensions being used provide drillthrough details.

it's working size of these dimensions quite large , i'm running memory issues when processing. i'm wondering if there porperties should setting since these used drillthrough? nonaggregateable?

would better include details nonaggregateable measures since there 1 1 relationship?

an example subscriptiondetail has values email, useruid, activationcode. if users looking @ subscription fact can drillthrough pull these details.

you won't able use strings measures, email out.

i have had success using hidden datetime measures drillthrough though, exact datetime when fact table keys off date dimension.

if processing issue, , there 1:1 fact, dimension change historically? if not, have tried processadd add new rows? if have enterprise ssis there component this, or can generate own xmla , send server part of processing: http://www.artisconsulting.com/blogs/tabid/94/entryid/3/default.aspx


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -