Category Archive: SQL Server

SQL Server related articles, tips and discussions

Mar 13 2013

Installing SQL Server Data Tools – Business Intelligence for Visual Studio 2012

Screenshot showing adding a new Business Intelligence project in Visual Studio 2012

As if renaming the accurately titled Business Intelligence Development Studio (BIDS) to the rather ambiguous SQL Server Data Tools (SSDT) wasn’t bad enough, in December, Microsoft’s latest SSDT release only brought half the expected capabilities to Visual Studio 2012.  Yep, the December 2012 SSDT download was missing a key component: the project and item templates …

Continue reading »

Mar 05 2013

Notes from building a Custom ForEach Enumerator in SSIS

Example of a custom UI for an SSIS ForEach File Enumerator

I recently posted about a quandary in which I found myself that led to me building my own extended ForEach File Enumerator in SSIS.  All things considered, it was a reasonably straightforward experience, with most of my issues stemming from a relative unfamiliarity with Windows Forms development (I was always an ASP.NET man).  The whole …

Continue reading »

Jan 22 2013

Extending the ForEach File Enumerator in SSIS

Simple SSIS ForEach File loop with Script Task to further filter collection

One of the primary reasons for using SSIS is to process multiple files, ETL (Extract, Transform, Load) data, and feed it into a destination, for example, a data warehouse. Built-in components such as the For Loop Container and the ForEach Loop Container make it very simple to enumerate a collection and perform some processing tasks …

Continue reading »

Dec 29 2012

Microsoft BI 2012: A Year In Review

Architecture diagram for the BISM

With the year drawing to a close, I thought it would be the perfect time to recap the major developments in Microsoft Business Intelligence throughout 2012.  Unsurprisingly, the launch of SQL Server 2012 proved to be the focal point of this year’s releases, although we had a few extra surprises along the way:

Nov 26 2012

Time Format on non-Date Dimensions in SSAS

Screenshot of MDX Studio containing my expression

I ran into a rather strange situation recently while attempting to set up some new calculated measures in an SSAS cube.  I’m still new to MDX, so I ended up chasing my tail around for a while (and crying out for help on both StackOverflow and MSDN) before I eventually tracked down the culprit and …

Continue reading »

Older posts «