Wednesday, October 19, 2005 - Posts

Integration Services Peformance

My blog has moved to sqlblogcasts.com/blogs/simons
The full version of this post can be found here., http://sqlblogcasts.com/blogs/simons/Integration Services Peformance
The new RSS feed is here

You've created you first SSIS package and performance sucks. Well all might not be lost, if the performance you are referring to is the one when run in debug mode in the Visual Studio IDE by pressing F5 then yes it is likely to not be the best.

... To read the complete version of this post go here, http://sqlblogcasts.com/blogs/simons/Integration Services Peformance

Setting the error output on a SSIS Component

My blog has moved to sqlblogcasts.com/blogs/simons
The full version of this post can be found here., http://sqlblogcasts.com/blogs/simons/Setting the error output on a SSIS Component
The new RSS feed is here

If you've used SSIS you must have used data flows and probably come across the error output of components.

As it's name suggest it contains the rows that fail. However by default (most if not all components) are setup to fail when an error occurs, to alter this behaviour you go in to the settings for the error output and for each column define what should happen. You can say for each column whether an error should fail the component, be ignored or redirect the row. This also applys to truncations (trying to put too much data in a buffer column).

... To read the complete version of this post go here, http://sqlblogcasts.com/blogs/simons/Setting the error output on a SSIS Component

Free Visual Studio and SQL Server

My blog has moved to sqlblogcasts.com/blogs/simons
The full version of this post can be found here., http://sqlblogcasts.com/blogs/simons/Free Visual Studio and SQL Server
The new RSS feed is here

If you are not already attending the SQL Server, Visual Studio and SQL Server launch events then you will be missing out on a ton of great content as well as a free copy of Visual Studio and SQL Server.

... To read the complete version of this post go here, http://sqlblogcasts.com/blogs/simons/Free Visual Studio and SQL Server

New features in Management Studio

My blog has moved to sqlblogcasts.com/blogs/simons
The full version of this post can be found here., http://sqlblogcasts.com/blogs/simons/New features in Management Studio
The new RSS feed is here

I t was very pleasing to attend a seminar on Concurrency in SQL Server with Kalen Delaney yesterday help by UK SQL Server User Group.

What was as pleasing was to be able to point out a nice little feature in Management Studio. If you have ever run a presentation with demos you know that you end up with lots and lots of query windows open. Well in Management Studio you can right click on a tab and select "Close All But This", this will do exactly what its says, close all the other windows except the one you selected.

... To read the complete version of this post go here, http://sqlblogcasts.com/blogs/simons/New features in Management Studio