Category Archives: Uncategorized

Setting “Work Offline” without Opening the Project

If you’ve done much work with SSIS, you’re probably aware that on opening a package in BIDS, SSIS validates all the objects in the package. This can cause the packages to open very slowly, particularly if it has connections to … Continue reading

Posted in Uncategorized | Comments Off on Setting “Work Offline” without Opening the Project

SSWUG Free Community Event

There is a free community event from SSWUG coming up on April 17th. For people interested in Analysis Services (and who isn’t?), you’ll be able to see a webcast from Donald Farmer on developing high performance cubes. If you haven’t … Continue reading

Posted in Uncategorized | Comments Off on SSWUG Free Community Event

PowerShell Script to reset the local instance of SQL Server

I use virtual machines a lot for development and testing.  I typically start with a sysprepped base image that I then initialize every time I need a new machine.  One issue is that SQL Server doesn’t know it has been … Continue reading

Posted in Uncategorized | Comments Off on PowerShell Script to reset the local instance of SQL Server

Updating Custom Assembly References in SSIS

Just a quick tip related to a recent problem I had with a custom task I developed for SSIS. I had to recompile it recently, and in the process, managed to change the public key associated with the assembly. Since … Continue reading

Posted in Uncategorized | Comments Off on Updating Custom Assembly References in SSIS

SSWUG Business Intelligence Virtual Conference and SDS

It’s been a busy first quarter, but I should have a little more time available to blog now.  I’ve just completed shooting my sessions for the SSWUG Business Intelligence Virtual Conference, which has been one of the things occupying my … Continue reading

Posted in Uncategorized | Comments Off on SSWUG Business Intelligence Virtual Conference and SDS

Scale Up or Scale Out for SQL Server Data Warehouses

Historically, scale up has been the model for Microsoft data warehouses. Running a large, multi-terabyte data warehouse meant buying a lot of hardware for a single server, and hoping that it would be enough, once the warehouse was fully loaded … Continue reading

Posted in Uncategorized | Comments Off on Scale Up or Scale Out for SQL Server Data Warehouses

Check for SQL Agent Job Completion

Recently, a user on the MSDN forums asked how to check an Agent job from SSIS to see if it’s completed. Once it had completed, additional steps need to be performed, for example, archiving flat files. However, this couldn’t be … Continue reading

Posted in Uncategorized | Comments Off on Check for SQL Agent Job Completion

Presenting at the Spring SSWUG Business Intelligence Virtual Conference

I’m going to be doing 3 sessions at the upcoming SSWUG BI Virtual Conference. If you are interested in getting an introduction to SQL Data Services (SDS), I’ll be doing an introductory session on it, and then covering how it … Continue reading

Posted in Uncategorized | Comments Off on Presenting at the Spring SSWUG Business Intelligence Virtual Conference

Developing a Foundation While Doing Iterative Development

In my initial post about doing iterative development for BI/DW projects, I mentioned that one of the challenges was developing a solid foundation while doing iterative development, especially in the first few iterations. If you are started from scratch on … Continue reading

Posted in Uncategorized | Comments Off on Developing a Foundation While Doing Iterative Development

Code Snippets for SSIS 2008

If you develop in Visual Studio using C# or VB, then you are probably familiar with code snippets. They are little chunks of code that you can insert into your application and save you some typing. For example, if you … Continue reading

Posted in Uncategorized | Comments Off on Code Snippets for SSIS 2008