Browse by Tags

All Tags » Analysis Services
Showing page 1 of 3 (21 total posts)
  • A Rose by any other name - MDX Formatting

    A little while ago Jamie posted about how he formats SQL code which happens to be quite similar to the way I do it. But this then lead me to think about the equivalent formatting for MDX. So if I get MDX like the following:with member measures.ptd as 'sum(periodstodate([Date].[Calendar].[Month], [Date].[Calendar].currentmember),[Measures].[Sales ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on June 15, 2008
  • SSAS: Reporting on Metadata

    I had a comment recently on one of my older posts that I did about XMLA which asked about listing cubes in a database and whether the cube is processed and it's size. I have posted about a number of different ways of doing this over the last few years, but I thought I would use this opportunity to consolidate a list all the various ways of doing ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on May 6, 2008
  • powerSSAS: Listing Role information

    After my last post on how to list the aggregations for a given attribute using Powershell and PowerSSAS, miltruenos commented, asked if it was possible to do a similar script to show roles and allowed/denied sets, so here is just such a script. add-PSSnapin powerSSAS new-PSDrive ssas powerssas localhost $roles = gi ''\Databases\Adventure Works ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on May 1, 2008
  • powerSSAS: Getting Aggregations for a particular Attribute

    If you have ever manually edited aggregation designs, you may have wondered what aggregation currently exist for a particular attribute. Well the following powerSSAS script will give you just that. (you could do this with straight PowerShell, but powerSSAS just makes it slightly easier to address a given measure group) Technically this script is ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on April 27, 2008
  • Using PowerShell to update the case of Attribute names

    I had a question recently about how to quickly convert all the attributes in a given database from UPPER CASE to Title Case. Now you could certainly write a C# or VB.Net based program, but I feel that a script is the way to go for a once off requirement like this and what better scripting environment could we ask for than PowerShell. So here is a ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on March 16, 2008
  • Analysis Services Team Update posting on the MSDN forum

    I just spotted an interesting post on the Analysis Services forum. It was titled ''Analysis Services Team Update'' and was posted by Ariel Netz, Group Program Manager for Analysis Services. He starts off with .. ''I could never understand people’s fascination with blogs.'' ...which just begged to be blogged about. :) In it he talks about how ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on March 12, 2008
  • SSAS 2008 - small DMV improvement

    I was just checking the DMVs in SSAS 2008 CTP6 to see if they had changed between CPT5 & 6. Particularly in regard to the list of limitations that Vidas posted. As far as I can tell the only thing that appears to have changed is that ''SELECT DISTINCT'' now appears to work. Technorati Tags: Analysis Services, DMV
    Posted to SQL Server Aggregator (Weblog) by Anonymous on February 22, 2008
  • Building a better DMV

    Following along on my recent theme of exploring the metadata rowsets and the new Dynamic Management Views (DMV) in SSAS 2008. I have added a new DMV function to the Analysis Services Stored Procedure project (www.codeplex.com/ASStoredProcedures) which is included in the v1.2 release that I put out just before Christmas. This all started off when ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on January 30, 2008
  • SSAS: Acquiring Locks using XML/A from SSMS - Part 2

    Mosha commented on my last post on this topic that there was another simpler way of doing the same thing from SSMS. And that is to execute the following commands from an MDX window. First run ...<BeginTransaction xmlns=''http://schemas.microsoft.com/analysisservices/2003/engine'' /> and then...<Lock ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on January 24, 2008
  • SQL Server 2005 Best Practices Analyzer (January 2008) -- Now Available!

    It's a new year and, with it, we come bearing gifts! We have a pretty significant update to SQL Server 2005 Best Practices Analyzer. It contains many new and updated rules for Analysis Services, a few important rules for the Relational Engine, a couple bug fixes for the UI and command line tools. And all of these rules have rich documentation ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on January 19, 2008
1 2 3 Next >