<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>my code trip &#187; SSIS</title>
	<atom:link href="http://mycodetrip.com/tag/ssis/feed/" rel="self" type="application/rss+xml" />
	<link>http://mycodetrip.com</link>
	<description>stories from the information technology highway</description>
	<lastBuildDate>Mon, 29 Nov 2010 19:58:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>SQL Server SSIS : List Of All System Variables And Their Scope</title>
		<link>http://mycodetrip.com/2010/03/01/sql-server-ssis-list-of-all-system-variables-and-their-scope_428/</link>
		<comments>http://mycodetrip.com/2010/03/01/sql-server-ssis-list-of-all-system-variables-and-their-scope_428/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 22:18:35 +0000</pubDate>
		<dc:creator>Shiva</dc:creator>
				<category><![CDATA[Tips / HowTos]]></category>
		<category><![CDATA[programmer reference]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://mycodetrip.com/?p=428</guid>
		<description><![CDATA[SQL Server SSIS : List Of All System Variables And Their Scope (as found on MSDN.com)]]></description>
			<content:encoded><![CDATA[<p>While writing an Error Handler in my SSIS Package today, I was trying to determine what are all the System Variables available to me, to use in my error handler to generate meaningful error message in the application. A quick search did not yield the desired results, but a comprehensive search did.  So here it is, in case you were looking for the same thing</p>
<p><a title="SQL Server SSIS : List Of All System Variables And Their Scope (on MSDN) article" href="http://msdn.microsoft.com/en-us/library/ms141788(SQL.90).aspx" target="_blank">SQL Server SSIS : List Of All System Variables And Their Scope (on MSDN)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mycodetrip.com/2010/03/01/sql-server-ssis-list-of-all-system-variables-and-their-scope_428/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pragmatic Works Announces the 2009 &#8220;How Big Is Your Package&#8221; Contest.</title>
		<link>http://mycodetrip.com/2009/01/06/pragmaticworks-announces-the-2009-how-big-is-your-package-contest_219/</link>
		<comments>http://mycodetrip.com/2009/01/06/pragmaticworks-announces-the-2009-how-big-is-your-package-contest_219/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 23:59:22 +0000</pubDate>
		<dc:creator>Shiva</dc:creator>
				<category><![CDATA[Top Stories]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://mycodetrip.com/?p=219</guid>
		<description><![CDATA[PragmaticWorks Announces the 2009 "How Big Is Your Package" Contest.]]></description>
			<content:encoded><![CDATA[<p><strong>Pragmatic Works</strong>, the creators of  DTS conversion software <a title="DTS xChange Product Page" href="http://www.pragmaticworks.com/page.asp?page_id=27"><strong>DTS xChange</strong></a> have announced a &#8220;<a title="how big is your package contest entry website" href="http://www.pragmaticworks.com/page.asp?page_id=53" target="_blank"><strong>How Big Is Your Package</strong></a>&#8221; contest on their website.  The contest runs through February 1, 2009.</p>
<p>The Prize $50.00 gift card and a certified certificate for the world’s largest package.</p>
<p>For more details and to enter the contest, head over to Brian Knight&#8217;s blog post on this topic <a title="how big is your package contest website" href="http://pragmaticworks.com/community/blogs/brianknight/archive/2008/12/30/how-big-is-your-package-contest.aspx" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mycodetrip.com/2009/01/06/pragmaticworks-announces-the-2009-how-big-is-your-package-contest_219/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import Data Files In a Folder That Have Not Been Processed Yet Into Database</title>
		<link>http://mycodetrip.com/2009/01/05/import-data-files-in-a-folder-that-have-not-been-processed-yet-into-db_214/</link>
		<comments>http://mycodetrip.com/2009/01/05/import-data-files-in-a-folder-that-have-not-been-processed-yet-into-db_214/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 17:02:47 +0000</pubDate>
		<dc:creator>Shiva</dc:creator>
				<category><![CDATA[Tips / HowTos]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://mycodetrip.com/?p=214</guid>
		<description><![CDATA[A detailed SSIS walk-through on how to import data files in a Folder into SQL Server, but only load the files that have not been processed yet. ]]></description>
			<content:encoded><![CDATA[<p>A detailed SSIS Walkthrough on how to import data files in a Folder into SQL Server, but only load the files that have not been processed yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://mycodetrip.com/2009/01/05/import-data-files-in-a-folder-that-have-not-been-processed-yet-into-db_214/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Property Precendence in SSIS Config File for FTP Connection Manager Components</title>
		<link>http://mycodetrip.com/2008/12/26/ftp-connection-manager-connectionstring-string-precendence-in-config-file-property-settings_193/</link>
		<comments>http://mycodetrip.com/2008/12/26/ftp-connection-manager-connectionstring-string-precendence-in-config-file-property-settings_193/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 21:14:48 +0000</pubDate>
		<dc:creator>Shiva</dc:creator>
				<category><![CDATA[Tips / HowTos]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://mycodetrip.com/?p=193</guid>
		<description><![CDATA[What is the Property Precendence in SSIS Config File for FTP Connection Manager Components in cases where both the ConnectionString property and the ServerName, ServerPort property combinations are populated with values ?]]></description>
			<content:encoded><![CDATA[<p>If you have one or more <strong>FTP Connection Manager</strong> components in your <strong>SSIS package</strong> and are using the <strong>DtsConfig XML configuration file</strong> to set the values for the FTP Connection Manager at execution time, then it will be useful for you to know the connection string property precedence, i.e. which property is given higher priority when SSIS tries to resolved the FTP Connection using the values in the connection properties like <strong>ConnnectionString</strong>, <strong>ServerName</strong> and <strong>ServerPort</strong>. Because knowing this precendence will save you time you spend troubleshooting &#8220;wierd&#8221; production errors in cases where both ConnectionString and ServerName, ServerPort values are specified and do not match.</p>
<p>Unlike Database connections strings, where the entire connection information is represented by a single string delimited with a semi-colon, the FTP ConnectionString property in SSIS consists of only the FTP Server Name and the Port Number, <strong>ex: ftp.yourftpserver.com:21</strong></p>
<p>So what happens if you specify values for both the <strong>ConnectionString</strong>, as well as the <strong>ServerName </strong>and <strong>ServerPort </strong>properties for your <strong>FTP Connection Manager</strong> in Config File ?</p>
<p>I have tested the 3 separate scenarios and found that the precendence is as follows.</p>
<h3>1. ConnectionString property as well as ServerName and ServerPort are populated</h3>
<p>SSIS will use the combination of ServerName and ServerPort values and ignore the ConnectionString property value.</p>
<h3>2. ServerName and ServerPort only are populated, ConnectionString property is not populated,</h3>
<p>SSIS will use the value in the ConnectionString property.</p>
<h3>3. ConnectionString property only is populated, ServerName and ServerPort are not populated</h3>
<p>SSIS will use the value in the ConnectionString property.</p>
<p>So in 2 out of the 3 cases, SSIS uses the <strong>ServerName </strong>and <strong>ServerPort </strong>property values. In other words, if the <strong>ServerName </strong>and <strong>ServerPort </strong>properties are populated, it is given higher precence than the value in the <strong>ConnectionString </strong>property (even if populated).</p>
]]></content:encoded>
			<wfw:commentRss>http://mycodetrip.com/2008/12/26/ftp-connection-manager-connectionstring-string-precendence-in-config-file-property-settings_193/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free SSIS Package to Generate Database MetaData Documentation</title>
		<link>http://mycodetrip.com/2008/12/21/free-package-to-generate-document-db-database-metadata-meta-data_178/</link>
		<comments>http://mycodetrip.com/2008/12/21/free-package-to-generate-document-db-database-metadata-meta-data_178/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 22:50:06 +0000</pubDate>
		<dc:creator>Shiva</dc:creator>
				<category><![CDATA[Top Stories]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://mycodetrip.com/?p=178</guid>
		<description><![CDATA[A free SQL Server SSIS Package that can be used for database metadata documentation. ]]></description>
			<content:encoded><![CDATA[<p><strong>Andy Leonard</strong> has written  <a title="ssis-package-article" href="http://sqlblog.com/blogs/andy_leonard/archive/2008/08/28/ssis-design-pattern-collect-enterprise-sql-server-database-metadata-with-ssis.aspx" target="_blank">this beautiful SSIS Package</a> that you can use to loop through your SQL Server instances, then loop through <strong>each database</strong> in a <strong>SQL Server instance</strong>, and finally<strong> generate meta data ( columns names</strong>, <strong>datatypes</strong>) <strong>documentation</strong> for the database objects like <strong>tables</strong> and <strong>views</strong> in each database.</p>
<p>Very simple and neat implementation. Link to download the package is at the bottom of the article. The package is free to download, but forces you to register for free on the download DNN site.</p>
]]></content:encoded>
			<wfw:commentRss>http://mycodetrip.com/2008/12/21/free-package-to-generate-document-db-database-metadata-meta-data_178/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

