-
Recent Posts
Recent Comments
Archives
- January 2016
- September 2015
- August 2015
- May 2015
- April 2014
- October 2013
- April 2013
- November 2012
- February 2012
- January 2012
- December 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
Categories
Meta
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