InterviewSolution
| 1. |
What is data source view? |
|
Answer» Several analysis services databases rely on relational schemas, and the Data source view is responsible for defining such schemas (logical model of the schema). Additionally, it can be easily used to create cubes and dimensions, thus enabling users to set their dimensions in an intuitive way. A multidimensional model is incomplete without a DSV. In this way, you are given complete control over the data structures in your project and are able to work independently from the underlying data sources (e.g., changing column names or concatenating columns without directly changing the original data source). Every model must have a DSV, no matter when or how it's created. Using the Data Source View Wizard to create a DSV You must run the Data Source View Wizard from Solution EXPLORER within SQL Server Data TOOLS to create the DSV.
|
|