﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0"><channel><title>SQLServerCentral.com Articles tagged Script Task</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged Script Task posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Using the Script Task in SSIS to Process Data Files When They Arrive</title><description><![CDATA[<p>Learn how you can process data files with SSIS as soon as they arrive using the Script Task.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/91665/</guid><pubDate>Tue, 08 Jan 2013 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/91665/</link></item><item><title>Using the Script Task in SSIS to Process Data Files When They Arrive</title><description><![CDATA[<p>Learn how you can process data files with SSIS as soon as they arrive using the Script Task.</p><!-- Breeze (SQL Prompt) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/sql-development/sql-prompt/entrypage/effortlessly?utm_source=ssc&utm_medium=pubad&utm_content=breeze&utm_campaign=sqlprompt&utm_term=rss-20015"><img src="http://assets.red-gate.com/external/SSC/Prompt_68.gif" alt="sqlprompt"></td>   <td><strong>Make working with SQL a breeze</strong><br />SQL Prompt 5 is the effortless way to write, edit, and explore SQL. It's packed with features such as code completion, script summaries, and SQL reformatting, that make working with SQL a breeze.  <a href="http://www.red-gate.com/products/sql-development/sql-prompt/entrypage/effortlessly?utm_source=ssc&utm_medium=pubad&utm_content=breeze&utm_campaign=sqlprompt&utm_term=rss-20015">Try it now.</a></td>  </tr> </tbody></table>
]]></description><guid>http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/91665/</guid><pubDate>Tue, 08 Jan 2013 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/91665/</link></item><item><title>Adding the Script Task to Your SSIS Packages</title><description><![CDATA[<p>Script tasks are a great way of extending SSIS functionality, when none of the built-in components are quite right for the task you need to perform. But how to go about creating a script task? No worries, once again Robert Sheldon is on hand to provide easy instructions on how to do it.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/75323/</guid><pubDate>Mon, 08 Aug 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/75323/</link></item><item><title>SQL Server 2008 and 2008 R2 Integration Services - Consuming Web Services Using Script Task</title><description><![CDATA[<p>Web services can be easily leveraged in SQL Server 2008 R2 Integration Services by employing Web Services Task.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/74201/</guid><pubDate>Fri, 17 Jun 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/74201/</link></item><item><title>SQL Server 2008 and 2008 R2 Integration Services - Message Queuing Using Script Task</title><description><![CDATA[<p>SQL Server 2008 R2 Integration Services offer a number of built-in features that simplify ETL, but they come with limited functionality. Here's a solution.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/73923/</guid><pubDate>Thu, 02 Jun 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/73923/</link></item><item><title>SQL Server 2008 and 2008 R2 Integration Services - Managing Local Processes Using Script Task</title><description><![CDATA[<p>SQL Server 2008 R2 Integration Services includes a number of predefined tasks that implement common administrative actions to help with data extraction, transformation and loading (ETL). While in a majority of cases they are sufficient to deliver required functionality, there might be situations where an extra level of flexibility is desired.</p><!-- disturbing m2 (DBA Bundle) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m2&utm_campaign=sqldbabundle&utm_term=rss-20019"><img src="http://assets.red-gate.com/external/SSC/top5_68x68.gif" alt="sqldbabundle"></td>   <td><strong>Top 5 hard-earned Lessons of a DBA </strong><br />New! Part 4, ‘Disturbing Development’ by Grant Fritchey, features the return of Joe Deebeeay and a server-threatening encounter with ORMs -  <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m2&utm_campaign=sqldbabundle&utm_term=rss-20019">read it here</a></td>  </tr> </tbody></table>
]]></description><guid>http://www.sqlservercentral.com/redirect/articles/72673/</guid><pubDate>Thu, 17 Mar 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/72673/</link></item><item><title>Script Task and Event Logging in SSIS</title><description><![CDATA[<p>components. These same configuration settings can be leveraged in Script Task, but you also have the option of triggering and tracking events in a considerably more customizable manner. This article explores features that provide this flexibility.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/72034/</guid><pubDate>Thu, 06 Jan 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/72034/</link></item><item><title>Script Task Exception Handling in SSIS</title><description><![CDATA[<p>When working with Script Task of SQL Server 2008 Integration Services, it is important to ensure that your custom code complies with the most elementary programming practices. Learn how to handle unexpected errors that interfere with the successful execution of your code.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/71760/</guid><pubDate>Wed, 01 Dec 2010 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/71760/</link></item><item><title>Script Task/Component and Template Information</title><description><![CDATA[<p>The Script Task and Script component are often used by people developing SSIS packages because they are easy to use and now because SSIS could be perceived to be more developer friendly they are very powerful. That being said we should no be using them everywhere. </p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/69029/</guid><pubDate>Wed, 23 Dec 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/69029/</link></item><item><title>Sending Mail In SSIS Using Script Task- Simpler and Flexible Approach </title><description><![CDATA[<p>Script Task in SSIS can provide simpler implementation of complex mail functionality in comparison to Send Mail task.  </p>]]></description><guid>http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/66415/</guid><pubDate>Wed, 06 May 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/66415/</link></item></channel></rss>