﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Article Discussions / Article Discussions by Author / Discuss content posted by Stan Kulp  / A C#.NET toolkit for writing SSIS Script Tasks  / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 25 May 2013 05:09:29 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: A C#.NET toolkit for writing SSIS Script Tasks</title><link>http://www.sqlservercentral.com/Forums/Topic1220012-2674-1.aspx</link><description>Excellent post!  Thank you for taking the time.</description><pubDate>Wed, 25 Apr 2012 12:48:18 GMT</pubDate><dc:creator>Rob Sonders</dc:creator></item><item><title>RE: A C#.NET toolkit for writing SSIS Script Tasks</title><link>http://www.sqlservercentral.com/Forums/Topic1220012-2674-1.aspx</link><description>Hi Stan, thanks for this. Quite a nice introduction.This is maybe a bit late in the discussion, but I think what "Old Hand" means by "consume and re-output" a data flow is where a C# script task sits in the middle of a set of task processing a data flow and where it takes in a stream coming from a previous task and outputs data in such a way that it can be taken in by a following task.That would interest me as well.Gerard</description><pubDate>Tue, 27 Dec 2011 01:34:40 GMT</pubDate><dc:creator>Gerard van de Ven</dc:creator></item><item><title>RE: A C#.NET toolkit for writing SSIS Script Tasks</title><link>http://www.sqlservercentral.com/Forums/Topic1220012-2674-1.aspx</link><description>I am not sure what you mean by "consume and re-output a data flow."If I can figure out what you are talking about I will probably write about it.Thanks!</description><pubDate>Thu, 15 Dec 2011 08:59:38 GMT</pubDate><dc:creator>Stan Kulp-439977</dc:creator></item><item><title>RE: A C#.NET toolkit for writing SSIS Script Tasks</title><link>http://www.sqlservercentral.com/Forums/Topic1220012-2674-1.aspx</link><description>This was really fun to go through. I'm looking for other tutorials on C# to use in SSIS, but am only seeing videos. Anyone know of a good site to walk through?</description><pubDate>Wed, 14 Dec 2011 10:31:23 GMT</pubDate><dc:creator>Amy.G</dc:creator></item><item><title>RE: A C#.NET toolkit for writing SSIS Script Tasks</title><link>http://www.sqlservercentral.com/Forums/Topic1220012-2674-1.aspx</link><description>One small issue - there is no "C#.NET"; it's just called "C#".VB gained the ".NET" suffix to differentiate it from the pre-.NET versions, but C# was created at the same time as .NET, and so never needed the suffix.</description><pubDate>Wed, 14 Dec 2011 09:29:34 GMT</pubDate><dc:creator>richardd</dc:creator></item><item><title>RE: A C#.NET toolkit for writing SSIS Script Tasks</title><link>http://www.sqlservercentral.com/Forums/Topic1220012-2674-1.aspx</link><description>How do you do it?</description><pubDate>Tue, 13 Dec 2011 06:38:12 GMT</pubDate><dc:creator>Stan Kulp-439977</dc:creator></item><item><title>RE: A C#.NET toolkit for writing SSIS Script Tasks</title><link>http://www.sqlservercentral.com/Forums/Topic1220012-2674-1.aspx</link><description>"Double-click on the Script Task and select "Microsoft Visual Basic 2008" from the Script Language drop-down list, "really - is that the best way to get C# code?</description><pubDate>Tue, 13 Dec 2011 02:33:18 GMT</pubDate><dc:creator>malcolm.gray</dc:creator></item><item><title>RE: A C#.NET toolkit for writing SSIS Script Tasks</title><link>http://www.sqlservercentral.com/Forums/Topic1220012-2674-1.aspx</link><description>A useful follow-up to this would be some code to consume and re-output a data flow - this would be a verycommon task, and is a little fiddly to understand</description><pubDate>Tue, 13 Dec 2011 01:34:12 GMT</pubDate><dc:creator>timwam</dc:creator></item><item><title>RE: A C#.NET toolkit for writing SSIS Script Tasks</title><link>http://www.sqlservercentral.com/Forums/Topic1220012-2674-1.aspx</link><description>This is a great summary of the main things one would need to know about scripting as it relates to SSIS.  Of course with .NET there are endless possibilities, but this is a great start!  Thank you.</description><pubDate>Tue, 13 Dec 2011 00:18:37 GMT</pubDate><dc:creator>mishaluba</dc:creator></item><item><title>RE: A C#.NET toolkit for writing SSIS Script Tasks</title><link>http://www.sqlservercentral.com/Forums/Topic1220012-2674-1.aspx</link><description>Great Stuff!! Thanks for posting this Stan.I'm fairly new to SSIS and have been trying to determine how to gain sufficient C# skills for those occasions when I really need a script task. I think you've solved a large part of my problem and provided a great foundation.</description><pubDate>Mon, 12 Dec 2011 10:26:14 GMT</pubDate><dc:creator>ken.otoole</dc:creator></item><item><title>RE: A C#.NET toolkit for writing SSIS Script Tasks</title><link>http://www.sqlservercentral.com/Forums/Topic1220012-2674-1.aspx</link><description>I was using MessageBox.Show as a development tool to illustrate what the code is doing. Of course you would not include them in production code.</description><pubDate>Mon, 12 Dec 2011 06:50:53 GMT</pubDate><dc:creator>Stan Kulp-439977</dc:creator></item><item><title>RE: A C#.NET toolkit for writing SSIS Script Tasks</title><link>http://www.sqlservercentral.com/Forums/Topic1220012-2674-1.aspx</link><description>Lesson 17:Never use MessageBox.Show in the course of your automated ETL process.  It blocks operation of the remaining code until a button is pressed.  Instead, favour logging to a log provider with the [url=http://msdn.microsoft.com/en-us/library/microsoft.sqlserver.dts.pipeline.scriptcomponent.log.aspx]Log[/url] method, or firing an event to be handled by the Package, with [url=http://msdn.microsoft.com/en-us/library/microsoft.sqlserver.dts.pipeline.wrapper.idtscomponentmetadata100.fireinformation.aspx]FireInformation[/url].Otherwise, that's a good introduction to script tasks...</description><pubDate>Mon, 12 Dec 2011 05:30:53 GMT</pubDate><dc:creator>jimbobmcgee</dc:creator></item><item><title>A C#.NET toolkit for writing SSIS Script Tasks </title><link>http://www.sqlservercentral.com/Forums/Topic1220012-2674-1.aspx</link><description>Comments posted to this topic are about the item [B]&lt;A HREF="/articles/Integration+Services+(SSIS)/76439/"&gt;A C#.NET toolkit for writing SSIS Script Tasks &lt;/A&gt;[/B]</description><pubDate>Mon, 12 Dec 2011 00:05:48 GMT</pubDate><dc:creator>Stan Kulp-439977</dc:creator></item></channel></rss>