<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>VSTS 2005 and 2008: Building Database Projects with Team Build</title><link>http://blogs.msdn.com/buckh/archive/2007/09/11/vsts-2005-and-2008-building-database-projects-with-team-build.aspx</link><description>Jon Liperi, a tester on Team Build, has put together the post below that explains a number of the issues around using Visual Studio Team Edition for Database Professionals (DBPro) with TFS Build. Jon previously worked on the DBPro team, so he knows his</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Compilando proyectos de bases de datos con Team Build (2005 y 2008)</title><link>http://blogs.msdn.com/buckh/archive/2007/09/11/vsts-2005-and-2008-building-database-projects-with-team-build.aspx#4883320</link><pubDate>Wed, 12 Sep 2007 22:01:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4883320</guid><dc:creator>Luis Fraile</dc:creator><description>&lt;p&gt;Aunque sea hacer de &amp;amp;quot;repetidor&amp;amp;quot;, y aunque supongo que muchos estar&amp;#233;is subscritos a este blog&lt;/p&gt;
</description></item><item><title>Compilando proyectos de bases de datos con Team Build (2005 y 2008)</title><link>http://blogs.msdn.com/buckh/archive/2007/09/11/vsts-2005-and-2008-building-database-projects-with-team-build.aspx#4883323</link><pubDate>Wed, 12 Sep 2007 22:02:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4883323</guid><dc:creator>Luis Fraile</dc:creator><description>&lt;p&gt;Aunque sea hacer de &amp;amp;quot;repetidor&amp;amp;quot;, y aunque supongo que muchos estar&amp;#233;is subscritos a este blog&lt;/p&gt;
</description></item><item><title>re: VSTS 2005 and 2008: Building Database Projects with Team Build</title><link>http://blogs.msdn.com/buckh/archive/2007/09/11/vsts-2005-and-2008-building-database-projects-with-team-build.aspx#4946073</link><pubDate>Mon, 17 Sep 2007 00:37:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4946073</guid><dc:creator>Andy Leonard</dc:creator><description>&lt;p&gt;Hi Buck,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; Is it possible to configure TFS to build both v8.0 and v9.0 DBPro solutions?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Andy&lt;/p&gt;
</description></item><item><title>VSTS Links - 09/17/2007</title><link>http://blogs.msdn.com/buckh/archive/2007/09/11/vsts-2005-and-2008-building-database-projects-with-team-build.aspx#4955943</link><pubDate>Mon, 17 Sep 2007 16:32:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4955943</guid><dc:creator>Team System News</dc:creator><description>&lt;p&gt;Brian Harry on TFS Migration &amp;amp;amp; Synchronization Tool for ClearCase Revealed. Sudhir Hasbe on Reporting...&lt;/p&gt;</description></item><item><title>re: VSTS 2005 and 2008: Building Database Projects with Team Build</title><link>http://blogs.msdn.com/buckh/archive/2007/09/11/vsts-2005-and-2008-building-database-projects-with-team-build.aspx#4967406</link><pubDate>Tue, 18 Sep 2007 04:35:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4967406</guid><dc:creator>Buck Hodges</dc:creator><description>&lt;p&gt;Andy, you should just need to have both versions installed on your build computer.&lt;/p&gt;
&lt;p&gt;Buck&lt;/p&gt;
</description></item><item><title>re: VSTS 2005 and 2008: Building Database Projects with Team Build</title><link>http://blogs.msdn.com/buckh/archive/2007/09/11/vsts-2005-and-2008-building-database-projects-with-team-build.aspx#4978795</link><pubDate>Tue, 18 Sep 2007 16:55:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4978795</guid><dc:creator>jstangroome</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is there a simple value I can use for the DefaultDataPath property in a .dbproj file that is not dependant on the file system structure of a SQL Server installation?&lt;/p&gt;
&lt;p&gt;For example, I intend to use the (local) SQL Server in the TargetConnectionString but not all machines throughout our site have the SQL data path set to the same folder.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
</description></item><item><title>re: VSTS 2005 and 2008: Building Database Projects with Team Build</title><link>http://blogs.msdn.com/buckh/archive/2007/09/11/vsts-2005-and-2008-building-database-projects-with-team-build.aspx#4984085</link><pubDate>Tue, 18 Sep 2007 21:22:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4984085</guid><dc:creator>Jon Liperi</dc:creator><description>&lt;p&gt;Hi jstangroome,&lt;/p&gt;
&lt;p&gt;Unfortunately, no. The value for DefaultDataPath is a hard-coded string and, as you mention, this value may be different in each environment. For team scenarios (like team build), the DBPro team recommends creating a new .targets file that contains default values for these settings that is included in the .dbproj file just before the Microsoft.VisualStudio.TeamSystem.Data.Tasks.targets file (via an Import statement). This would allow default values to be used during Team Builds, while still allowing the settings to be overridden by a .user file, if one exists. &lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Jon&lt;/p&gt;
</description></item><item><title>re: VSTS 2005 and 2008: Building Database Projects with Team Build</title><link>http://blogs.msdn.com/buckh/archive/2007/09/11/vsts-2005-and-2008-building-database-projects-with-team-build.aspx#5134237</link><pubDate>Wed, 26 Sep 2007 05:51:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5134237</guid><dc:creator>jstangroome</dc:creator><description>&lt;p&gt;Hi Jon,&lt;/p&gt;
&lt;p&gt;I've used your suggestion of importing a targets file for team build only and it is working great.&lt;/p&gt;
&lt;p&gt;However, I really feel that a DBPro project should be able to be built and deployed to whichever data folder the SQL instance has set as it's default in the registry.&lt;/p&gt;
&lt;p&gt;From memory, I can create CREATE DATABASE scripts that just use a relative path and produce this result. To whom do I suggest that DBPro should support this behaviour?&lt;/p&gt;
&lt;p&gt;Thanks again,&lt;/p&gt;
&lt;p&gt;- Jason&lt;/p&gt;
</description></item><item><title>re: VSTS 2005 and 2008: Building Database Projects with Team Build</title><link>http://blogs.msdn.com/buckh/archive/2007/09/11/vsts-2005-and-2008-building-database-projects-with-team-build.aspx#5144579</link><pubDate>Wed, 26 Sep 2007 16:49:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5144579</guid><dc:creator>Jon Liperi</dc:creator><description>&lt;p&gt;Hi Jason,&lt;/p&gt;
&lt;p&gt;I'm very glad to hear it's working for you and thanks for your feedback! I would recommmend making your suggestion directly to the DBPro team. You can either create a post on their forum:&lt;/p&gt;
&lt;p&gt;Visual Studio Team System - Database Professionals Forum&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=725&amp;amp;SiteID=1"&gt;http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=725&amp;amp;SiteID=1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Or you can log the suggestion at &lt;a rel="nofollow" target="_new" href="http://connect.microsoft.com"&gt;http://connect.microsoft.com&lt;/a&gt;. The benefit of logging it on connect is that it can be voted on by other members of the community and is tracked as a bug internally. The downside is that the connect site doesn't have a DBPro specific bucket, but I assure you it will make its way to the right place. :) I would recommend including DBPro in the issue title. Here's how you get to the Visual Studio submission page:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; • &lt;a rel="nofollow" target="_new" href="http://connect.microsoft.com"&gt;http://connect.microsoft.com&lt;/a&gt;/VisualStudio&lt;/p&gt;
&lt;p&gt; &amp;nbsp; • Log in using your Passport &lt;/p&gt;
&lt;p&gt; &amp;nbsp; • Click &amp;quot;Submit a Bug or Suggestion&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; • Click the green &amp;quot;submit feedback&amp;quot; link &lt;/p&gt;
&lt;p&gt; &amp;nbsp; • Search for your issue to see if it has already been logged&lt;/p&gt;
&lt;p&gt; &amp;nbsp; • Click &amp;quot;Submit Feedback&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; • Choose the Bug or Suggestion form (I would log yours as a suggestion)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; • Fill out the form and click Submit&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Jon&lt;/p&gt;
</description></item><item><title>The Data Dude Meets Team Build</title><link>http://blogs.msdn.com/buckh/archive/2007/09/11/vsts-2005-and-2008-building-database-projects-with-team-build.aspx#5949572</link><pubDate>Wed, 07 Nov 2007 05:54:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5949572</guid><dc:creator>Data Dude</dc:creator><description>&lt;p&gt;At DevConnections and TechEd Europe every attendee has been receiving a special issue of CoDe Magazine&lt;/p&gt;
</description></item><item><title>Building Team Data (DBPro) projects in Team Build</title><link>http://blogs.msdn.com/buckh/archive/2007/09/11/vsts-2005-and-2008-building-database-projects-with-team-build.aspx#5993374</link><pubDate>Thu, 08 Nov 2007 21:43:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5993374</guid><dc:creator>Ken Brubaker</dc:creator><description>&lt;p&gt;Buck Hodges shares how to solve these five issues in this very useful post. Issue #1: Team Build service...&lt;/p&gt;
</description></item><item><title>SQLSaturday!</title><link>http://blogs.msdn.com/buckh/archive/2007/09/11/vsts-2005-and-2008-building-database-projects-with-team-build.aspx#6059886</link><pubDate>Sat, 10 Nov 2007 18:28:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6059886</guid><dc:creator>jim blizzard's blog</dc:creator><description>&lt;p&gt;Thanks to everyone who attended my session at SQLSaturday in Orlando today. Here&amp;amp;#39;s a link to my slides&lt;/p&gt;
</description></item><item><title>Team System Linklist</title><link>http://blogs.msdn.com/buckh/archive/2007/09/11/vsts-2005-and-2008-building-database-projects-with-team-build.aspx#8946781</link><pubDate>Fri, 12 Sep 2008 17:02:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8946781</guid><dc:creator>Nicolas Müggler</dc:creator><description>&lt;p&gt;I&amp;amp;#39;d like to collect some good links about Team System from the community and Microsoft. Please give&lt;/p&gt;
</description></item></channel></rss>