SSIS Team Stuff (RSS)

Commentary on the SSIS team.

Out parameters in the Execute SQL Task...

One of the more strident complaints we've been receiving is the fact that the SQL Task didn't support out parameters on stored procedures. We listened.

Our crack developer, Mohammed spent some substantial time and effort on the issue and isolated the problem.

As it turns out, the SQL Task _did_ support out parameters. But, in some situations, the SQL Task had a bug in the portion of the code that retrieved the result into the parameter. Because of the way OLEDB returns multiple result sets, if the code doesn't consume all the results, and the out parameter value is one of the results, the out parameter won't get correctly set. For simple cases, stored procedures with only one result for example, the out parameters worked fine.

The bottom line is, ultimately, you should see this begin to work in the near future!

Thanks,

Universe.Earth.Software.Microsoft.SQLServer.IS.KirkHaselden

DevTeach 2005

For those who may be interested, I'm going to be speaking at DevTeach, June 18-22 in Montreal, Quebec.

http://www.devteach.com/Index.asp

I'll be giving three talks about... You guessed it, SSIS.

“What's New in DTS”, “Configuring and Deploying SSIS Packages” and “Data Flow in SSIS”.

Looks like it will be a great conference. A lot of the SQL Junkies crowd will be there as well.

If you're going, please stop by and say hello. Apparently, I have to learn French... :)

J'attends avec intérêt de vous voir tout là.

Thanks,

Universe.Earth.Software.Microsoft.SQLServer.IS.KirkHaselden

Donald speaks...

Donald's post speaks volumes about why he's such an incredible asset to the SQL Server Integration Services team. This is a great post about the position and strength of SSIS, why we integrate the way we do with other vendors, and why it will only get better.

Well, aside from the fact that we have Donald. :) 

Universe.Earth.Software.Microsoft.SQLServer.IS.KirkHaselden