<?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/"
		>
<channel>
	<title>Comments on: One-click Deploy SSIS Package from Visual Studio to SQLServer</title>
	<atom:link href="http://blog.boxedbits.com/archives/25/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.boxedbits.com/archives/25</link>
	<description>( ... more specifically about BI with Microsoft products )</description>
	<lastBuildDate>Fri, 16 Jul 2010 18:42:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tom VdP</title>
		<link>http://blog.boxedbits.com/archives/25/comment-page-1#comment-3487</link>
		<dc:creator>Tom VdP</dc:creator>
		<pubDate>Fri, 04 Jun 2010 18:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxedbits.com/archives/25#comment-3487</guid>
		<description>Hi Jay,
That is exactly what the DESTLOCATION variable in the batch file should contain!</description>
		<content:encoded><![CDATA[<p>Hi Jay,<br />
That is exactly what the DESTLOCATION variable in the batch file should contain!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://blog.boxedbits.com/archives/25/comment-page-1#comment-3485</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Tue, 01 Jun 2010 06:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxedbits.com/archives/25#comment-3485</guid>
		<description>Hi,

Your utility is very helpful, but I need to deploy the packages inside a folder on the server. Can you help me pls?

Thanks,
Jay</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Your utility is very helpful, but I need to deploy the packages inside a folder on the server. Can you help me pls?</p>
<p>Thanks,<br />
Jay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.boxedbits.com/archives/25/comment-page-1#comment-3241</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 30 Sep 2009 15:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxedbits.com/archives/25#comment-3241</guid>
		<description>Very helpful. Thank you!

If you have more than one version of Business Intelligence Management Studio installed (i.e. 2005, 2008) make sure you specify the full path to &#039;dtutil&#039; for the version you want to use. For example:

&quot;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\dtutil&quot;</description>
		<content:encoded><![CDATA[<p>Very helpful. Thank you!</p>
<p>If you have more than one version of Business Intelligence Management Studio installed (i.e. 2005, 2008) make sure you specify the full path to &#8216;dtutil&#8217; for the version you want to use. For example:</p>
<p>&#8220;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\dtutil&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://blog.boxedbits.com/archives/25/comment-page-1#comment-3230</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 25 Sep 2009 22:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxedbits.com/archives/25#comment-3230</guid>
		<description>This now saves me so much time... Thanks!</description>
		<content:encoded><![CDATA[<p>This now saves me so much time&#8230; Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pav</title>
		<link>http://blog.boxedbits.com/archives/25/comment-page-1#comment-3190</link>
		<dc:creator>Pav</dc:creator>
		<pubDate>Wed, 29 Jul 2009 20:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxedbits.com/archives/25#comment-3190</guid>
		<description>great post!! saved me tons of hassle. Thanks so much.</description>
		<content:encoded><![CDATA[<p>great post!! saved me tons of hassle. Thanks so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blog.boxedbits.com/archives/25/comment-page-1#comment-1837</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 14 Oct 2008 17:03:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxedbits.com/archives/25#comment-1837</guid>
		<description>Great idea - this is such an annoying oversight left out by the MS team!  

There is one caveat - it doesn&#039;t seem to work with the Sql2008 version of dtutil - I get this error: Could not find stored procedure &#039;sp_ssis_putpackage&#039;.  

But using the Sql2005 version of dtutil works even when copying to a 2008 server.  Go figure!</description>
		<content:encoded><![CDATA[<p>Great idea &#8211; this is such an annoying oversight left out by the MS team!  </p>
<p>There is one caveat &#8211; it doesn&#8217;t seem to work with the Sql2008 version of dtutil &#8211; I get this error: Could not find stored procedure &#8217;sp_ssis_putpackage&#8217;.  </p>
<p>But using the Sql2005 version of dtutil works even when copying to a 2008 server.  Go figure!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Blair</title>
		<link>http://blog.boxedbits.com/archives/25/comment-page-1#comment-1788</link>
		<dc:creator>Josh Blair</dc:creator>
		<pubDate>Mon, 06 Oct 2008 16:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxedbits.com/archives/25#comment-1788</guid>
		<description>This is great!  Thanks for the instructions.</description>
		<content:encoded><![CDATA[<p>This is great!  Thanks for the instructions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Lora</title>
		<link>http://blog.boxedbits.com/archives/25/comment-page-1#comment-746</link>
		<dc:creator>Dave Lora</dc:creator>
		<pubDate>Mon, 30 Jun 2008 20:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxedbits.com/archives/25#comment-746</guid>
		<description>This is great -- THANKS!!

I made one minor modification - I put double-quotes around %DESTLOCATION%\%DESTNAME% in the batch file, in order to allow packages with spaces in their names.  It seems to work fine.

Dave</description>
		<content:encoded><![CDATA[<p>This is great &#8212; THANKS!!</p>
<p>I made one minor modification &#8211; I put double-quotes around %DESTLOCATION%\%DESTNAME% in the batch file, in order to allow packages with spaces in their names.  It seems to work fine.</p>
<p>Dave</p>
]]></content:encoded>
	</item>
</channel>
</rss>
