<?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: Deploy a database project with tfs build 2010</title>
	<atom:link href="http://www.codewrecks.com/blog/index.php/2010/01/04/deploy-a-database-project-with-tfs-build-2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codewrecks.com/blog/index.php/2010/01/04/deploy-a-database-project-with-tfs-build-2010/</link>
	<description>Wrecks of code floating in the sea of Internet By Ricci Gian Maria</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:15:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Gian Maria</title>
		<link>http://www.codewrecks.com/blog/index.php/2010/01/04/deploy-a-database-project-with-tfs-build-2010/comment-page-1/#comment-3295</link>
		<dc:creator>Gian Maria</dc:creator>
		<pubDate>Thu, 05 Aug 2010 13:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2010/01/04/deploy-a-database-project-with-tfs-build-2010/#comment-3295</guid>
		<description>Have you look at detailed logs? If the Delete workspace cannot delete the workspace, maybe some logs will clarify why it is not working.

Anyway, why you want to delete the workspace after each build? It would be better for performance to leave the workspace after the build, so it could be used for the next one.

alk.</description>
		<content:encoded><![CDATA[<p>Have you look at detailed logs? If the Delete workspace cannot delete the workspace, maybe some logs will clarify why it is not working.</p>
<p>Anyway, why you want to delete the workspace after each build? It would be better for performance to leave the workspace after the build, so it could be used for the next one.</p>
<p>alk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dele</title>
		<link>http://www.codewrecks.com/blog/index.php/2010/01/04/deploy-a-database-project-with-tfs-build-2010/comment-page-1/#comment-3294</link>
		<dc:creator>Dele</dc:creator>
		<pubDate>Thu, 05 Aug 2010 11:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2010/01/04/deploy-a-database-project-with-tfs-build-2010/#comment-3294</guid>
		<description>Hi.

I had another question.  I am facing an issue where the workspace created by my DB build isn&#039;t getting deleted.  I&#039;m using the deleted workspace activity and setting the DeleteLocalItems to True and the Name to WorkspaceName.  I placed this activity immediately after my MSBuild activity to deploy.  Is this somehting you have faced or am I just missing somehting?  Thanks for your help</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>I had another question.  I am facing an issue where the workspace created by my DB build isn&#8217;t getting deleted.  I&#8217;m using the deleted workspace activity and setting the DeleteLocalItems to True and the Name to WorkspaceName.  I placed this activity immediately after my MSBuild activity to deploy.  Is this somehting you have faced or am I just missing somehting?  Thanks for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xymie</title>
		<link>http://www.codewrecks.com/blog/index.php/2010/01/04/deploy-a-database-project-with-tfs-build-2010/comment-page-1/#comment-3155</link>
		<dc:creator>Xymie</dc:creator>
		<pubDate>Wed, 16 Jun 2010 11:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2010/01/04/deploy-a-database-project-with-tfs-build-2010/#comment-3155</guid>
		<description>Thnx!

I changed the commandline to this:
&quot;/p:TargetDatabase=&quot; + TargetDatabase +
&quot; /p:&quot;&quot;TargetConnectionString=Data Source=&quot; + TargetServer + &quot;;Integrated Security=true;&quot;&quot;&quot; +
&quot; /p:DeployToDatabase=true&quot;

(and made arguments for TargetDatabase and TargetServer so they can editted outside the xaml)

Next to that I changed the convert workspace item activity to create the dbProject variable with:
BuildDirectory + &quot;\Sources\SQL2005DB\SQL2005DB.dbproj&quot;. 

This way the same xaml file will work for a branched solution.</description>
		<content:encoded><![CDATA[<p>Thnx!</p>
<p>I changed the commandline to this:<br />
&#8220;/p:TargetDatabase=&#8221; + TargetDatabase +<br />
&#8221; /p:&#8221;"TargetConnectionString=Data Source=&#8221; + TargetServer + &#8220;;Integrated Security=true;&#8221;"&#8221; +<br />
&#8221; /p:DeployToDatabase=true&#8221;</p>
<p>(and made arguments for TargetDatabase and TargetServer so they can editted outside the xaml)</p>
<p>Next to that I changed the convert workspace item activity to create the dbProject variable with:<br />
BuildDirectory + &#8220;\Sources\SQL2005DB\SQL2005DB.dbproj&#8221;. </p>
<p>This way the same xaml file will work for a branched solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dele</title>
		<link>http://www.codewrecks.com/blog/index.php/2010/01/04/deploy-a-database-project-with-tfs-build-2010/comment-page-1/#comment-2998</link>
		<dc:creator>Dele</dc:creator>
		<pubDate>Mon, 08 Mar 2010 22:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2010/01/04/deploy-a-database-project-with-tfs-build-2010/#comment-2998</guid>
		<description>Thanks. I was able to get this working finally.  I placed it in the &quot;Finally&quot; section of the compile action.</description>
		<content:encoded><![CDATA[<p>Thanks. I was able to get this working finally.  I placed it in the &#8220;Finally&#8221; section of the compile action.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alkampfer</title>
		<link>http://www.codewrecks.com/blog/index.php/2010/01/04/deploy-a-database-project-with-tfs-build-2010/comment-page-1/#comment-2992</link>
		<dc:creator>alkampfer</dc:creator>
		<pubDate>Thu, 04 Mar 2010 10:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2010/01/04/deploy-a-database-project-with-tfs-build-2010/#comment-2992</guid>
		<description>You can place wherever you want, I did the check with the &quot;If can deploy&quot; because usually I want my database to be deployed in test server only if everything is ok, but you can place wherever you want, clearly after the compile action.

alk.</description>
		<content:encoded><![CDATA[<p>You can place wherever you want, I did the check with the &#8220;If can deploy&#8221; because usually I want my database to be deployed in test server only if everything is ok, but you can place wherever you want, clearly after the compile action.</p>
<p>alk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dele</title>
		<link>http://www.codewrecks.com/blog/index.php/2010/01/04/deploy-a-database-project-with-tfs-build-2010/comment-page-1/#comment-2991</link>
		<dc:creator>Dele</dc:creator>
		<pubDate>Wed, 03 Mar 2010 21:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2010/01/04/deploy-a-database-project-with-tfs-build-2010/#comment-2991</guid>
		<description>I am also having an issue firing my &quot;If can deploy&quot; activity.  I am not running any DB Tests, so I placed the activity immediately before the &quot;If Not Disable Tests&quot;.  Is there a better place you recommend I place this?</description>
		<content:encoded><![CDATA[<p>I am also having an issue firing my &#8220;If can deploy&#8221; activity.  I am not running any DB Tests, so I placed the activity immediately before the &#8220;If Not Disable Tests&#8221;.  Is there a better place you recommend I place this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dele</title>
		<link>http://www.codewrecks.com/blog/index.php/2010/01/04/deploy-a-database-project-with-tfs-build-2010/comment-page-1/#comment-2989</link>
		<dc:creator>Dele</dc:creator>
		<pubDate>Wed, 03 Mar 2010 18:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2010/01/04/deploy-a-database-project-with-tfs-build-2010/#comment-2989</guid>
		<description>Hey,

Awesome.  I would like to know the command line argument syntax if I need to use integrated security.  Thanks.</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Awesome.  I would like to know the command line argument syntax if I need to use integrated security.  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

