Archives
-
SSAS: Custom format string for “duration” using MDX
I recently struggled with the following challenge in Analysis Services: In one of the fact tables there was a field duration which actually was a duration of a certain status in seconds. I needed to display this in a readable format, like “2 days 22:15:59″. bing brought me to the following great article, where Mosha [...]
Dec 7th, 2009 | Filed under Analysis Services, BI, Excel, MDX, SQL 2008 R2, SQL Server, SQLServerPedia -
SQL Server Day 2009
On Thursday, the 3rd of December 2009 SQLUG.BE (The Belgian SQL Server User Group) and Microsoft are teaming up to organize the second Belgian SQL Server Day. Focus of the day is off course SQL Server. Last year, SQL Server Day 2008 was the biggest community driven SQL Server event in the Benelux, with more [...]
-
Connect to SSIS Service failed: Error loading type library/DLL
After installing SQL Server Integration Services on an existing 64-bit SQL Server, I was unable to connect to SSIS using Management Studio. The database engine and Analysis Services was already installed on this server. I added the SSIS service without Service Pack and applied SP3 afterwards. When trying to connect, Management Studio returned the following [...]
-
Administrator has no access to the Report Manager (SQL2008 R2 and Windows7/Vista)
Today I wanted to start playing around with the new Report Manager of SQL 2008 R2. After installing and configuring R2, I opened Internet Explorer and entered the URL of the Report Manager. In my case: http://localhost/reports_r2 I got a very empty Report Manager : Okay, something is wrong. I tried to connect to http://localhost/reportserver_r2 [...]
-
Next SQLUG event: Zero-Downtime upgrade from SQL Server 2005 by Dirk Gubbels – Sep 24th, 2009
On September 24th, we kick off a new year of SQLUG events. To be sure we kick-off properly, we hired a top-speaker, namely Dirk Gubbels. Dirk is one of our best guest speakers and by far one of the best SQL Server professionals. Dirk Gubbels is a senior consultant at Microsoft, and has been working [...]
Sep 2nd, 2009 | Filed under Event, SQL Server -
Next SQLUG-event: Business Intelligence in a SAAS (software as a service) Environment – April 29th, 2009
This event is brought to you by InfoSupport and handles the implementation of BI within a SAAS concept. Agenda Oscar Zonneveldand and Josquin Booij from InfoSupport will discuss the following topics: 1. The Business Case2. The Functional and Technical Architecture3. Near-realtime BI4. The Real world About the speakers Oscar Zonneveld is a BI and Datawarehouse [...]
-
Community Day 2009 is coming! Save the date!
Dear readers, I’m proud to announce officially Community Day 2009, the third edition of a full day of community driven content on Microsoft technologies. The event will take place on Thursday June 25th 2009. For the first time, the event will be a full day of free sessions. Also new is the location: we have [...]
Tags: Event -
Configuring Reporting Service to use Host Headers for the Report Manager Website
Ever tried to change the URL of the Report Manager in IIS using host headers? I did, but got the following error message when I tried to open the Report Manager: “The request failed with HTTP status 400: Bad Request”
Tags: data, Reporting Services -
Next UG-evening – The Holy Trinity: Indexes, Execution Plans and the optimizer
Next UG-evening – The Holy Trinity: Indexes, Execution Plans and the optimizer This UG-evening will start with an introduction of the basics of index design (the heap,clustered/non clustered indexes and covering of a query by an index). Later we will discuss how the optimizer works, why it can be wrong (statistics, procedure cache) and how [...]
-
SQL Server 2008 Management Studio: Saving changes is not permitted.
In SQL Server 2008 Management Studio, saving changes to the design of a table that requires the table to be dropped and recreated is not possible, but will show the following message instead: Saving changes is not permitted. The changes you have made require the following tables to be dropped and re-created. You have either [...]
Dec 25th, 2008 | Filed under SQL ServerTags: data, SQL Server