Marco Russo's Blog
View full profileIntroducing Microsoft LINQ book
Usually I blog about Business Intelligence, but BI is not the only field I work on. I born as developer and I recently co-authored a book about LINQ with Paolo: the title is Introducing Microsoft LINQ , we created a dedicated site where you can find blog Read more
SSAS: Model on the server vs. client-side MDX
In the last two years I worked on advanced modeling with Analysis Services. One result of this was the paper ” The many-to-many revolution ” I released in September 2006. Since then, I got a lot of feedback and I have been working on other evolutions Read more
A better solution to control multi-phase data pump in DTS editor
Almost two months ago I wrote a post about the lack of multi-phase data pump control in Management Studio “legacy” user interface for DTS. Microsoft answered that documentation has the workaround I have found using RegEdit… In the meantime, I received Read more
SSAS Performance Tools
Chris Webb has recently released a really interesting tool: MDX Script Performance Analyzer . It’s a really interesting idea that will save me (and you) a lot of time trying to understand the root of a performance issue into an MDX Script of a cube. Thank Read more
Aggregation Usage issues with a measure group not linked to a dimension
I just posted this bug on the Microsoft Connect site. Please vote it if you think it would be a useful change. This is the issue description. If you set the”Aggregation Usage” to true for an attribute of a dimension (i.e. Customer), you cannot run the Read more
An useful guide to Excel 2007 Pivot Table
I found an interesting “how-to” guide to Excel 2007 Pivot Table. It is a sample chapter from the Pivot Table Data Crunching for Microsoft Office Excel 2007 book. Probably not all the described feature are available in a Pivot Table attached to an Analysis Read more
Strange bug in SSAS 2005
I have been notified of this strange bug in Analysis Services 2005 that is easily reproducable. ****************************************************************** PLEASE DO NOT TRY THIS TEST ON A PRODUCTION SERVER! IT HANGS ANALYSIS SERVICES!!! ****************************************************************** Read more
SQLBI at Microsoft Business Intelligence Conference 2007
I am proud to announce that SQLBI community will be at the Microsoft Business Intelligence Conference 2007 (May 9-11, 2007 – Seattle). You can meet me and Alberto Ferrari in the User Group Area, booth #532 . We will try to make our booth visible with Read more
The need for a better merge component in SSIS
Alberto Ferrari wrote an interesting post about the need of more properties to control the behavior of a Merge component in Integration Services (SSIS). This apparent simple problem becomes very important in large data warehouses. I hope that someone Read more
FastLoad option on SSIS with int identity as primary key
Alberto Ferrari posted some test we made working on performance optimization loading data in very large dimension tables. When we discovered that an int identity primary key is not handled by SQL Server just as an ordered set of data in a bulk operation… Read more