|
|
Browse by Tags
All Tags » Analysis Services
Showing page 1 of 3 (21 total posts)
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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
-
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 ...
-
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 ...
-
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 ...
1
|
|
|