<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Running SSIS Package From Command Line</title>
	<atom:link href="http://blog.sqlauthority.com/2011/05/21/sql-server-running-ssis-package-from-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2011/05/21/sql-server-running-ssis-package-from-command-line/</link>
	<description>SQL, SQL Server, MySQL, Big Data and NoSQL</description>
	<lastBuildDate>Tue, 18 Jun 2013 16:46:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #030 &#124; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2011/05/21/sql-server-running-ssis-package-from-command-line/#comment-482215</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #030 &#124; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 25 May 2013 01:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12949#comment-482215</guid>
		<description><![CDATA[[&#8230;] Running SSIS Package in Scheduled Job Can we run SSIS package from schedule Job? Absolutely, we can. Additionally we can also run an SSIS package from the command line. [&#8230;]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] Running SSIS Package in Scheduled Job Can we run SSIS package from schedule Job? Absolutely, we can. Additionally we can also run an SSIS package from the command line. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mostafa</title>
		<link>http://blog.sqlauthority.com/2011/05/21/sql-server-running-ssis-package-from-command-line/#comment-474595</link>
		<dc:creator><![CDATA[Mostafa]]></dc:creator>
		<pubDate>Mon, 13 May 2013 19:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12949#comment-474595</guid>
		<description><![CDATA[Have you tried to set variable values using /SET option, it doesn&#039;t work from the SSIS execute utility, or command line or SQL Job.

I tried all options to pass any variable and all fails, the error is: 

Executed as user: DOMAIN\Mike. Microsoft (R) SQL Server Execute Package Utility  Version 10.50.2500.0 for 64-bit  Copyright (C) Microsoft Corporation 2010. All rights reserved.    Started:  3:04:46 PM  DTExec: Could not set \Package.Variables[User::EmpIds].Value value to 1.  Started:  3:04:46 PM  Finished: 3:04:47 PM  Elapsed:  0.359 seconds.  The package execution failed.  The step failed.


This is all the combinations i have set to pass my variable to the SSIS package:

\Package.Variables[User::EmpIds].Value 
\Package.Variables[EmpIds].Value 
\Package\myPackageName.Variables[User::EmpIds].Value 
\Package\myPackageName.Variables[EmpIds].Value 


any help is much appreciated.

--Note: we met @ MVPsummit were we lined up to take our bus if you remember and we had a little discussion :)]]></description>
		<content:encoded><![CDATA[<p>Have you tried to set variable values using /SET option, it doesn&#8217;t work from the SSIS execute utility, or command line or SQL Job.</p>
<p>I tried all options to pass any variable and all fails, the error is: </p>
<p>Executed as user: DOMAIN\Mike. Microsoft (R) SQL Server Execute Package Utility  Version 10.50.2500.0 for 64-bit  Copyright (C) Microsoft Corporation 2010. All rights reserved.    Started:  3:04:46 PM  DTExec: Could not set \Package.Variables[User::EmpIds].Value value to 1.  Started:  3:04:46 PM  Finished: 3:04:47 PM  Elapsed:  0.359 seconds.  The package execution failed.  The step failed.</p>
<p>This is all the combinations i have set to pass my variable to the SSIS package:</p>
<p>\Package.Variables[User::EmpIds].Value<br />
\Package.Variables[EmpIds].Value<br />
\Package\myPackageName.Variables[User::EmpIds].Value<br />
\Package\myPackageName.Variables[EmpIds].Value </p>
<p>any help is much appreciated.</p>
<p>&#8211;Note: we met @ MVPsummit were we lined up to take our bus if you remember and we had a little discussion :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2011/05/21/sql-server-running-ssis-package-from-command-line/#comment-422125</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Fri, 15 Feb 2013 13:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12949#comment-422125</guid>
		<description><![CDATA[Did you get any error?]]></description>
		<content:encoded><![CDATA[<p>Did you get any error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashant yadav</title>
		<link>http://blog.sqlauthority.com/2011/05/21/sql-server-running-ssis-package-from-command-line/#comment-408945</link>
		<dc:creator><![CDATA[Prashant yadav]]></dc:creator>
		<pubDate>Thu, 17 Jan 2013 13:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12949#comment-408945</guid>
		<description><![CDATA[I write same command as your but it does not work u can tell how to insert query work by ssis package]]></description>
		<content:encoded><![CDATA[<p>I write same command as your but it does not work u can tell how to insert query work by ssis package</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murali Krishna</title>
		<link>http://blog.sqlauthority.com/2011/05/21/sql-server-running-ssis-package-from-command-line/#comment-364100</link>
		<dc:creator><![CDATA[Murali Krishna]]></dc:creator>
		<pubDate>Thu, 25 Oct 2012 06:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12949#comment-364100</guid>
		<description><![CDATA[I need that how can we configure this SSIS package in Sqlserver agent job..]]></description>
		<content:encoded><![CDATA[<p>I need that how can we configure this SSIS package in Sqlserver agent job..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sankoko</title>
		<link>http://blog.sqlauthority.com/2011/05/21/sql-server-running-ssis-package-from-command-line/#comment-311373</link>
		<dc:creator><![CDATA[sankoko]]></dc:creator>
		<pubDate>Mon, 09 Jul 2012 12:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12949#comment-311373</guid>
		<description><![CDATA[from ssms
new query window

xp_cmdshell &#039;dtexec.exe /F &quot;C:\ImportCSV\Package.dtsx&quot;&#039;]]></description>
		<content:encoded><![CDATA[<p>from ssms<br />
new query window</p>
<p>xp_cmdshell &#8216;dtexec.exe /F &#8220;C:\ImportCSV\Package.dtsx&#8221;&#8216;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blog.sqlauthority.com/2011/05/21/sql-server-running-ssis-package-from-command-line/#comment-307609</link>
		<dc:creator><![CDATA[Doug]]></dc:creator>
		<pubDate>Fri, 29 Jun 2012 20:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12949#comment-307609</guid>
		<description><![CDATA[/De[crypt] password]]></description>
		<content:encoded><![CDATA[<p>/De[crypt] password</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun Sunny</title>
		<link>http://blog.sqlauthority.com/2011/05/21/sql-server-running-ssis-package-from-command-line/#comment-285318</link>
		<dc:creator><![CDATA[Arun Sunny]]></dc:creator>
		<pubDate>Thu, 17 May 2012 04:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12949#comment-285318</guid>
		<description><![CDATA[What if the package is encrypted with password?]]></description>
		<content:encoded><![CDATA[<p>What if the package is encrypted with password?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sgupta10</title>
		<link>http://blog.sqlauthority.com/2011/05/21/sql-server-running-ssis-package-from-command-line/#comment-276325</link>
		<dc:creator><![CDATA[sgupta10]]></dc:creator>
		<pubDate>Sun, 15 Apr 2012 12:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12949#comment-276325</guid>
		<description><![CDATA[Hi Mike, I guess you need Integration Service installed on the server.]]></description>
		<content:encoded><![CDATA[<p>Hi Mike, I guess you need Integration Service installed on the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.sqlauthority.com/2011/05/21/sql-server-running-ssis-package-from-command-line/#comment-276010</link>
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Sat, 14 Apr 2012 11:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12949#comment-276010</guid>
		<description><![CDATA[Can we run SSIS package from another computer that doesn&#039;t have SQL server installed?]]></description>
		<content:encoded><![CDATA[<p>Can we run SSIS package from another computer that doesn&#8217;t have SQL server installed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ap</title>
		<link>http://blog.sqlauthority.com/2011/05/21/sql-server-running-ssis-package-from-command-line/#comment-258264</link>
		<dc:creator><![CDATA[ap]]></dc:creator>
		<pubDate>Thu, 01 Mar 2012 15:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12949#comment-258264</guid>
		<description><![CDATA[what are the prerequisites for running dtexec on a remote computer?]]></description>
		<content:encoded><![CDATA[<p>what are the prerequisites for running dtexec on a remote computer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dayanand Pednekar</title>
		<link>http://blog.sqlauthority.com/2011/05/21/sql-server-running-ssis-package-from-command-line/#comment-146821</link>
		<dc:creator><![CDATA[Dayanand Pednekar]]></dc:creator>
		<pubDate>Fri, 08 Jul 2011 05:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12949#comment-146821</guid>
		<description><![CDATA[How do I execute an SSIS package from SSMS client?.]]></description>
		<content:encoded><![CDATA[<p>How do I execute an SSIS package from SSMS client?.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramdas</title>
		<link>http://blog.sqlauthority.com/2011/05/21/sql-server-running-ssis-package-from-command-line/#comment-136226</link>
		<dc:creator><![CDATA[Ramdas]]></dc:creator>
		<pubDate>Mon, 23 May 2011 15:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12949#comment-136226</guid>
		<description><![CDATA[Thanks pinal &amp; Thank you Davide Mauri for shring the info.]]></description>
		<content:encoded><![CDATA[<p>Thanks pinal &amp; Thank you Davide Mauri for shring the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Running SSIS Package in Scheduled Job Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2011/05/21/sql-server-running-ssis-package-from-command-line/#comment-136137</link>
		<dc:creator><![CDATA[SQL SERVER – Running SSIS Package in Scheduled Job Journey to SQLAuthority]]></dc:creator>
		<pubDate>Mon, 23 May 2011 01:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12949#comment-136137</guid>
		<description><![CDATA[[...] to run the same SSIS package from command prompt. In response to the same I have written article SQL SERVER – Running SSIS Package From Command Line. Within few minutes of the blog post, I received email from another blog reader asking if this can [...]]]></description>
		<content:encoded><![CDATA[<p>[...] to run the same SSIS package from command prompt. In response to the same I have written article SQL SERVER – Running SSIS Package From Command Line. Within few minutes of the blog post, I received email from another blog reader asking if this can [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davide Mauri</title>
		<link>http://blog.sqlauthority.com/2011/05/21/sql-server-running-ssis-package-from-command-line/#comment-136013</link>
		<dc:creator><![CDATA[Davide Mauri]]></dc:creator>
		<pubDate>Sun, 22 May 2011 08:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12949#comment-136013</guid>
		<description><![CDATA[Hi Pinal! How are you! Long time no see! Hope everything is fine. 
I&#039;m writing to you &#039;cause I noticed you mentioned DTExec. I&#039;ve wrote an alternative version called DTLoggedExec that has some additional features that the original one and make life simpler to BI Developers.
It&#039;s available on CodePlex, along with the source code, here:
http://dtloggedexec.codeplex.com/
Enjoy!]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal! How are you! Long time no see! Hope everything is fine.<br />
I&#8217;m writing to you &#8217;cause I noticed you mentioned DTExec. I&#8217;ve wrote an alternative version called DTLoggedExec that has some additional features that the original one and make life simpler to BI Developers.<br />
It&#8217;s available on CodePlex, along with the source code, here:<br />
<a href="http://dtloggedexec.codeplex.com/" rel="nofollow">http://dtloggedexec.codeplex.com/</a><br />
Enjoy!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
