Marco Russo's Blog
View full profileUsing MSOLAP as a linked server
I just faced the problem to connect an Analysis Services (2000 or 2005) to a SQL Server 2005 database using a OPENROWSET statement. If you face an “access denied” error (precisely, “The OLE DB provider “MSOLAP” for linked server “SERVERNAME” reported Read more
DSV and Views: how to decouple the physical tables from UDM
I just answered to a newsgroup question about the use of views as fact tables to populate cubes. I am a strong supporter of the need to build a star schema before to build a UDM, while I understand that in some circumstances (few data, fast prototypes) Read more
The many-to-many revolution: paper finally released!
After a month of editing, I finally released my paper titled “The many-to-many revolution”. I copied in this post the introduction of the 84-page paper that is published (for free!) on a dedicated dimensional modeling page of SQLBI.EU web site. I would Read more
Refresh of a linked dimension in SSAS
I started to evaluate the use of linked dimension across different database on the same server. I encountered the first issue after a few minutes: when you link a dimension, VS editor create a dimension file that copies the structure of the dimension, Read more
How to handle schema in Visio database modeling
Alberto Ferrari wrote a nice post with a workaround to generate tables in different SQL Server 2005 schemas starting from a single Visio document. The trick includes a SQL script to do the magic. I hope that next Visio version would be able to do that Read more
Many-to-many dimensional modeling paper: looking for reviews
I’m approaching the review phase for a paper I wrote about advanced dimensional modeling with Analysis Services 2005 using many-to-many dimension relationships. Currently the paper has around 80 page (with many figures!) and covers 2 base techniques (base Read more
Wiki on BI with SQL Server
I just opened the wiki on SQLBI.EU : it contains link to useful resources for BI solution development with SQL Server, so it covers SSIS, SSAS, SSRS and of course SQL Server itself. The wiki works well when there is large contribution, so please share Read more
Request for a better lookup component (SSIS dev team: call to action!)
I just answered to a request on SQLBI.EU forum of someone that is looking for a better lookup component, specifically designed for typical Data Warehouse scenarios. While you can read the whole thread on the forum , I try to resume most wanted requirements, Read more
Improve DTS to SSIS package migration with DtsToSsis-Prepare
Two weeks ago I wrote a tool to ease and improve the migration of a DTS package to a SSIS package. I named the tool DtsToSsis-Prepare, it is available with full source code at www.sqlbi.eu and now I wrote a larger article that describes the needs that Read more
The new and improved SCD handling with SSIS
Thanks to Alberto Ferrari there is a new way to handle Slowly Changing Dimensions (SCD) with Integration Services: he just released Table Difference 1.1 and FlowSync 1.0 . Both are downloadable at www.sqlbi.eu . The problem that those components solve Read more