Other News

Community

Calculating Ages In MDX

(Chris Webb) One area where I see people have a lot of problems when they’re learning MDX is when they are working with dates. SQL has a lot of great functionality for working with dates while MDX, to be honest, does not – therefore people tie themselves in knots writing complex MDX expressions (whi

Editorials

Code Optimization

Many have commented on the posting regarding a recent comparison of Java to Dot Net for performance of a specific algorithm. We seem to have a consensus that the majority of the time application performance is not determined by a single section of code, but by the application as a whole. Today I wanted to include some coding techniques that […]