SQL Server Analysis Services (SSAS) is part of Microsoft's SQL Server system.
I have a fact table that has 4 date columns CreatedDate, LoginDate, ActiveDate and EngagedDate. I have a dimension table called …
ssas olap olap-cubeIn MDX what is the difference between [Period].[Period Name].[Period Name].ALLMEMBERS and [Period].[Period Name].ALL are these …
ssas mdxI have an SSIS package which contains an Analysis Services Processing Task. This package is kicked off by a SQL …
ssis sql-server-2008-r2 ssas sql-server-agentI want to populate a star schema / cube in SSIS / SSAS. I prepared all my dimension tables and my fact …
database ssis ssas etl business-intelligenceIs it possible to use Entity Framework (any version, including, and preferably 4.0) to query an SSAS cube (preferably SSAS 2008)?
entity-framework ssasThis is a pretty straight forward question that may or may not be possible but, when you create a measure …
ssas mdx olap-cubeI'd like to ask your input on what the best practice is for handling null or empty data values when …
sql ssis ssas data-warehouseNormally when I want to change the connection for a Query Editor Window in SQL Server Management Studio, I can …
sql-server-2008 ssas ssms