 




<?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>IT Answers &#187; SQL Server Integration Services</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/sql-server/sql-server-integration-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 14:27:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>The SSIS 2008 R2 job does not complete execution</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/the-ssis-2008-r2-job-does-not-complete-execution/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/the-ssis-2008-r2-job-does-not-complete-execution/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 17:10:13 +0000</pubDate>
		<dc:creator>Iamhere980</dc:creator>
				<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server 2008 R2]]></category>
		<category><![CDATA[SQL Server Integration Services]]></category>
		<category><![CDATA[SQL Server tables]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[SSIS 2008]]></category>
		<category><![CDATA[SSIS Job]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have an SSIS package created in 2005 SP2. I have compiled this and is sheculed to run under SQL Server 2008 R2, which connects to a SQL Server 2005 database. What the package does. 1.The package FTP&#8217;s some files to the local folder. I verified to confirm the files are downloaded correctly. 2. Truncate [...]]]></description>
				<content:encoded><![CDATA[<p>I have an SSIS package created in 2005 SP2. I have compiled this and is sheculed to run under SQL Server 2008 R2, which connects to a SQL Server 2005 database.<br/><br/> What the package does.<br/><br/> 1.The package FTP&#8217;s some files to the local folder. I verified to confirm the files are downloaded correctly.<br/><br/> 2. Truncate the tablse. Verified to see the record count is 0.<br/><br/> 3.Copies the data from the FTP&#8217;ed file to the tables. Verified to see the table is loaded.<br/><br/> 4.Calls a stored procedure. Verified the log table to see the message of the last step in stored procedure is executed.<br/><br/> 5.Added one more last step in the package to log an entry in the table to see the lat step in package is executed. This also works fine.<br/><br/> 6. The job still shows &#8220;In Progress&#8230;&#8221; I have to manually close this job.<br/><br/> Any help<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/the-ssis-2008-r2-job-does-not-complete-execution/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Migrating DTS packages that use mainframes source to SSIS</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/migrating-dts-packages-that-use-mainframes-source-to-ssis/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/migrating-dts-packages-that-use-mainframes-source-to-ssis/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 06:26:33 +0000</pubDate>
		<dc:creator>Jwalini</dc:creator>
				<category><![CDATA[AS400/DB2 source]]></category>
		<category><![CDATA[DTS Migration]]></category>
		<category><![CDATA[DTS package]]></category>
		<category><![CDATA[DTS packages]]></category>
		<category><![CDATA[SQL Server Integration Services]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[SSIS 2005]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am trying to migrate DTS 2005 packages to SSIS. The packages that has SQL data source is migrating around 60% but the packages having mainframes (AS400/DB2) data source is migrating only 10% what is the reason? and How to get this problem resolved?]]></description>
				<content:encoded><![CDATA[<p>I am trying to migrate DTS 2005 packages to SSIS. The packages that has SQL data source is migrating around 60% but the packages having mainframes (AS400/DB2) data source is migrating only 10% what is the reason? and How to get this problem resolved?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/migrating-dts-packages-that-use-mainframes-source-to-ssis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSIS Import from Multiple Databases</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ssis-import-from-multiple-databases/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/ssis-import-from-multiple-databases/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 21:57:20 +0000</pubDate>
		<dc:creator>RobH</dc:creator>
				<category><![CDATA[SQL Server Integration Services]]></category>
		<category><![CDATA[SSIS 2005]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How do I iterate over a series of databases with identical structure and import from a seris of tables within each using the SSIS ForEach facility?]]></description>
				<content:encoded><![CDATA[<p>How do I iterate over a series of databases with identical structure and import from a seris of tables within each using the SSIS ForEach facility?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/ssis-import-from-multiple-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.dts and .dtsx config files in SQL Server 2005</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/dts-and-dtsx-config-files-in-sql-server-2005/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/dts-and-dtsx-config-files-in-sql-server-2005/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 09:40:46 +0000</pubDate>
		<dc:creator>Sangeeth</dc:creator>
				<category><![CDATA[SQL Server 2005 Express]]></category>
		<category><![CDATA[SQL Server 2005 Integration Services]]></category>
		<category><![CDATA[SQL Server Integration Services]]></category>
		<category><![CDATA[SSIS 2005]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi I have .dts and .dtsx config files. i want to execute these packages in the db server, can u tel me what are the steps required to attach and configure these packages for it to execute?]]></description>
				<content:encoded><![CDATA[<p>Hi </p>
<p>I have .dts and .dtsx config files. i want to execute these packages in the db server, can  u tel me what are the steps required to attach and configure these packages for it to execute?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/dts-and-dtsx-config-files-in-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Execute SSIS package in SQL Server 2005</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/execute-ssis-package-in-sql-server-2005/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/execute-ssis-package-in-sql-server-2005/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 11:02:59 +0000</pubDate>
		<dc:creator>Sangeeth</dc:creator>
				<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 Integration Services]]></category>
		<category><![CDATA[SQL Server Integration Services]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[SSIS Package]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[how to execute SSIS package in sql server 2005]]></description>
				<content:encoded><![CDATA[<p>how to execute SSIS package in sql server 2005</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/execute-ssis-package-in-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tool for migrating DTS to SSIS</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/tool-for-migrating-dts-to-ssis/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/tool-for-migrating-dts-to-ssis/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 05:48:26 +0000</pubDate>
		<dc:creator>Lingala</dc:creator>
				<category><![CDATA[Data Transformation Services]]></category>
		<category><![CDATA[DTS]]></category>
		<category><![CDATA[SQL Server Integration Services]]></category>
		<category><![CDATA[SQL Server migration]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[What is the tool for migrating dts to ssis.And how effective it works.And I want migtate 500DTS packages to ssis how much time it will take?]]></description>
				<content:encoded><![CDATA[<p>What is the tool for migrating dts to ssis.And how effective it works.And I want migtate 500DTS packages to ssis how much time it will take?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/tool-for-migrating-dts-to-ssis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete names from an email list in SQL Server Integration Services</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/delete-names-from-an-email-list-in-sql-server-integration-services/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/delete-names-from-an-email-list-in-sql-server-integration-services/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 17:52:34 +0000</pubDate>
		<dc:creator>SQL Server Ask the Experts</dc:creator>
				<category><![CDATA[SQL Server Integration Services]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How can I delete names from an email list in SQL Server Integration Services?]]></description>
				<content:encoded><![CDATA[<p>How can I delete names from an email list in SQL Server Integration Services?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/delete-names-from-an-email-list-in-sql-server-integration-services/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SSIS and Microsoft Excel</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ssis-and-excel/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/ssis-and-excel/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 04:43:10 +0000</pubDate>
		<dc:creator>Cathryn</dc:creator>
				<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[Microsoft.Office.Interop.Excel]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 import/export]]></category>
		<category><![CDATA[SQL Server 2005 interoperability]]></category>
		<category><![CDATA[SQL Server Integration Services]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a road block that I need to find a work around for. I work on a system where the Databases reside on a soley database server (SQL 2005). I need to run a stored procedure on a nightly basis and export the results into a template excel file and put out on shares. [...]]]></description>
				<content:encoded><![CDATA[<p>I have a road block that I need to find a work around for. I work on a system where the Databases reside on a soley database server (SQL 2005). </p>
<p>I need to run a stored procedure on a nightly basis and export the results into a template excel file and put out on shares. Sounds simple right? Here&#8217;s the problem. In order to do this through SSIS, I need to install Microsoft.Office.Interop.Excel on the server so I can reference the assembly in the SSIS package. Unfortunately, this is a huge company and trying to get this installed on the database server is not going to be allowed. So, does anyone have any idea on how to do this either w/o SSIS or w/SSIS working around this problem. Or, is this really a problem?</p>
<p>Thanks!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/ssis-and-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2008 SISS error row handling</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-2008-siss-error-row-handeling/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sql-2008-siss-error-row-handeling/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 21:27:47 +0000</pubDate>
		<dc:creator>Mambo</dc:creator>
				<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server 2008 Integration Services]]></category>
		<category><![CDATA[SQL Server Integration Services]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Struggling with SISS I have data source and data destination With some bad data, I can&#8217;t figure out how to set up sending the bad row to another destination There are over 50 columns. Sorce is a tab delimited text file Desitnation is SQL Table]]></description>
				<content:encoded><![CDATA[<p>Struggling with SISS</p>
<p>I have data source<br />
and data destination</p>
<p>With some bad data,<br />
I can&#8217;t figure out how to set up sending the bad row to another destination<br />
There are over 50 columns.</p>
<p>Sorce is a tab delimited text file<br />
Desitnation is SQL Table</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sql-2008-siss-error-row-handeling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running SSIS on a clustered server with SQL Server 2005</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/running-ssis-on-a-clustered-server-with-sql-server-2005/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/running-ssis-on-a-clustered-server-with-sql-server-2005/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 19:47:00 +0000</pubDate>
		<dc:creator>SQL Server Ask the Experts</dc:creator>
				<category><![CDATA[Clustered servers]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server Integration Services]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[We are using SQL Server 2005, 64-bit, on a Windows 2003 clustered server with Active/Passive &#8216;A&#8217; and &#8216;B&#8217; nodes. Databases are on a shared LUN. I can run all my SQL Server Integration Services packages on the &#8216;A&#8217; node with no problem. When we fail over to the &#8216;B&#8217; node, though, packages are failing. I [...]]]></description>
				<content:encoded><![CDATA[<p>We are using SQL Server 2005, 64-bit, on a Windows 2003 clustered server with Active/Passive &#8216;A&#8217; and &#8216;B&#8217; nodes.  Databases are on a shared LUN.  I can run all my SQL Server Integration Services packages on the &#8216;A&#8217; node with no problem.  When we fail over to the &#8216;B&#8217; node, though, packages are failing. I know that SSIS is not cluster service.  My question is, how can I run SSIS packages on the second node?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/running-ssis-on-a-clustered-server-with-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/30 queries in 0.043 seconds using memcached
Object Caching 942/1073 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 18:01:46 -->