nerdexam
Exams70-466Questions#153
Microsoft

70-466 · Question #153

70-466 Question #153: Real Exam Question with Answer & Explanation

Sign in or unlock 70-466 to reveal the answer and full explanation for question #153. The question stem and answer options stay visible for context.

Build an analysis services database

Question

A production SQL Server Analysis Services (SSAS) cube is processed daily. The users query products by using a hierarchy named Products from a dimension named Product. The DimProduct table in the data source view is used as the source of the Product dimension. The table has the following structure: CREATE TABLE [dbo].[DimProduct]( [DimensionKey] [int] IDENTITY(1,1) NOT NULL, [ProductKey] [int] NOT NULL, [ProductName] varchar NOT NULL, [SubcategoryKey] [int] NOT NULL, [SubcategoryName] varchar NOT NULL, [CategoryKey] [int] NOT NULL, [CategoryName] varchar NOT NULL ) ON [PRIMARY] The Product dimension has three attribute hierarchies:
  • Product
  • Subcategory
  • Category
The attributes have the following relationships defined: Product > Subcategory > Category. Each attribute has a key and a name sourced from the related key and name columns in the DimProduct table. During processing, you receive the following error message: 'Errors in the OLAP storage engine: A duplicate attribute key has been found when processing: Table: 'dbo_DimProduct', Column: 'SubcategoryKey', Value: '23'. The attribute is 'Subcategory'.' You verify that the data is accurate. You need to ensure that the dimension processes successfully. What should you do?

Options

  • ADelete the Products hierarchy.
  • BRelate the Subcategory and Category attributes directly to the Product attribute.
  • CRemove the duplicate data from the DimProduct table.
  • DRemove the Subcategory attribute.

Unlock 70-466 to see the answer

You've previewed enough free 70-466 questions. Unlock 70-466 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#attribute relationships#dimension hierarchy#SSAS#balanced hierarchy
Full 70-466 Practice