Marco Russo's Blog
View full profileDatabase snapshots to feed a data warehouse?
I just attended the pre-conference of Kimberly Tripp at SQL Pass 2005 Europe . The topic was “New SQL Server 2005 features that a DBA need to learn” and I took advantage of this day to cover an area of SQL2005 I still haven’t explored. One consideration Read more
Useful Reporting Service Scripter tool
I just discovered Reporting Services Scripter , which seems a very useful tool to move Reporting Services objects between different servers. Thanks to Davide Mauri for the link. Read more
Reporting Services 2000 SP2: SharePoint Web Parts available now!
After a few months of beta, SQL Server 2000 Reporting Services Service Pack 2 is finally available! As I said in a previous post , there are two SharePoint Web Parts to list and render reports inside a SharePoint site. Really great news. Read more
sp_OAxxx are evil
Today I’ve got a question from a student (I was teaching a DTS/AS course) that asked me if the use of sp_OAxxx stored procedures to launch a DTS package execution is a good thing (of course, in a production environment). My answer is very simple: never Read more
Populating a fact table with SSIS
Approaching SSIS (Sql Server Integration Services) from a DTS background one of the questions that comes to mind is: what is the better way to populate a fact table? Assuming you have a conventional star schema, you should have a fact table with two kind Read more
SQL Task in SSIS with external file
SSIS has a feature I desperately wanted in DTS for years: you can use an external SQL file as a source SQL statement for the SQL Execute Task. Unfortunately this is not available for Data Flow Source component. I tried using variables to load the SQL Read more
Please ship ActiveViews / Report Builder as a separate product!
I just read the new SQL Server 2005 Features Comparison . Bad news on the last line: ActiveViews (officially named SQL Server 2005 Reporting Services Report Builder , or simply Report Builder) will be delivered only within the SQL Server 2005 Enterprise Read more
Useful webcast on MDX
Thanks to Chris Webb I discovered this useful webcast about MDX tips & tricks (rightly named Common MDX mistakes & solutions). It’s available even the whole transcript, so you can read it instead to listen after midnight :-) Read more
Install Reporting Services SP2 Web Parts on SharePoint
I just installed the Reporting Services SP2 beta on my dev-test machine. I had to search into beta newsgroups how to install SharePoint Web Parts onto my SharePoint Services installation: to do that, you need to start a command like: stsadm.exe -o addwppack Read more
BI Portal for SharePoint
A new version of BI Portal Sample is available from Microsoft. It looks good, but I still haven’t tested it. Integrated with SharePoint and Reporting Services. Support of different localizations. It’s not the definitive solution, but may be useful. Read more