-
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
Handling Multiple Errors in SSIS Revisited
Previously, I posted about how multiple errors in SSIS can be combined into a single unit for emailing or logging. Recently, a thread on the MSDN forums pointed out that the example wasn’t quite complete. While it does show how … Continue reading
Posted in Uncategorized
Comments Off on Handling Multiple Errors in SSIS Revisited
Resetting the View in the SSIS Designer
There’s a minor annoyance in SSIS with the way the diagram of the package is saved. If you’ve ever spent time working in a package with a lot of objects, you’ve probably encountered it. You move some objects around, save … Continue reading
Posted in Uncategorized
Comments Off on Resetting the View in the SSIS Designer
SSIS Slow Down Performance Script Component
I’ve been meaning to post this for a while, but real life keeps intruding. I did a presentation on SSIS performance for the Charlotte SQL Server User Group at the end of November. It went well, though I was trying … Continue reading
Posted in Uncategorized
Comments Off on SSIS Slow Down Performance Script Component
Null Date Bug Fixed in SSIS
A few months back I reported a minor but annoying bug in the way NULL dates are handled in SSIS. It’s documented here, but basically, if you use an Execute SQL Task to set a DateTime variable to NULL, the … Continue reading
Posted in Uncategorized
Comments Off on Null Date Bug Fixed in SSIS
Fun with SSIS Configurations
As part of my standard approach (and the one used by Mariner), I use configurations in SSIS quite heavily. My preference is to use the SQL Server configuration type, since it keeps all the configurations in one place. XML configurations … Continue reading
Posted in Uncategorized
Comments Off on Fun with SSIS Configurations
The November CTP for SQL Server 2008 Is Out!
The download link is here: http://www.microsoft.com/downloads/details.aspx?FamilyId=3BF4C5CA-B905-4EBC-8901-1D4C1D1DA884&displaylang=en Evidently there have been some issues getting it on the Connect site, so they are hosting it in Microsoft’s Download Center for now.
Posted in Uncategorized
Comments Off on The November CTP for SQL Server 2008 Is Out!
BIDSHelper 1.2 Is Out
BIDSHelper 1.2 is now available at CodePlex. The new version has a number of SSIS specific features, like expression and configuration highlighting, a tool window that lists all the expressions in the package, and a Package Smart Diff tool. Darren … Continue reading
Posted in Uncategorized
Comments Off on BIDSHelper 1.2 Is Out
Changing Destination Tables With the OLE DB Destination
The OLE DB Destination supports using a variable to get the name of the target table. This allows you to switch the destination table dynamically, but there is a caveat. The columns in each table that you will use must … Continue reading
Posted in Uncategorized
Comments Off on Changing Destination Tables With the OLE DB Destination
Running Password Protected Packages
A recent post on the forums was asking about running packages programmatically. The poster’s package was password protected, and when running the package, they were receiving a message that one of the connection managers was failing to connect. The code … Continue reading
Posted in Uncategorized
Comments Off on Running Password Protected Packages
SSIS Performance Webcast for the Charlotte SQL Server User Group
I’ll be doing a web cast for the Charlotte SQL Server User Group, our local PASS chapter, on SSIS Performance Tuning on Nov. 28, 2007 at 12:00 EST. From the abstract: “This presentation will cover the various aspects of performance … Continue reading
Posted in Uncategorized
Comments Off on SSIS Performance Webcast for the Charlotte SQL Server User Group