Marco Russo's Blog

   View full profile
Page 64 of 708 results

Using 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

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

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