<?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>New SSDT Power Tools! Now for both Visual Studio 2010 and Visual Studio 2012</title><link>http://blogs.msdn.com/b/ssdt/archive/2012/09/14/new-ssdt-power-tools-now-for-both-visual-studio-2010-and-visual-studio-2012.aspx</link><description>I&amp;rsquo;m pleased to announce the latest release of SSDT Power Tools! We continue to use power tools to get early versions of experiences or quick features to you and we&amp;rsquo;re always interested in hearing your feedback. This release of the tools (Version</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: New SSDT Power Tools! Now for both Visual Studio 2010 and Visual Studio 2012</title><link>http://blogs.msdn.com/b/ssdt/archive/2012/09/14/new-ssdt-power-tools-now-for-both-visual-studio-2010-and-visual-studio-2012.aspx#10367024</link><pubDate>Thu, 08 Nov 2012 20:17:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10367024</guid><dc:creator>Brian Baker</dc:creator><description>&lt;p&gt;It would be helpful to tag this post with the &amp;#39;SSDT Power Tools&amp;#39; tag.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10367024" width="1" height="1"&gt;</description></item><item><title>re: New SSDT Power Tools! Now for both Visual Studio 2010 and Visual Studio 2012</title><link>http://blogs.msdn.com/b/ssdt/archive/2012/09/14/new-ssdt-power-tools-now-for-both-visual-studio-2010-and-visual-studio-2012.aspx#10363742</link><pubDate>Mon, 29 Oct 2012 18:20:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10363742</guid><dc:creator>psirr</dc:creator><description>&lt;p&gt;I&amp;#39;d suggest altering your project (via the Debug property page) to point to a different database for each branch. &amp;nbsp;Ideally don&amp;#39;t do this in the project file because you&amp;#39;ll get merge conflicts. &amp;nbsp;Instead I&amp;#39;d create something to distinguish one branch from another and use that in a .targets file you import into your .sqlproj.&lt;/p&gt;
&lt;p&gt;For instance, if you have an environmental variable called &amp;quot;Branch2&amp;quot; then use that to alter your TargetDatabase:&lt;/p&gt;
&lt;p&gt;Contents of Branch.Targets:&lt;/p&gt;
&lt;p&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;Project DefaultTargets=&amp;quot;Build&amp;quot; xmlns=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://schemas.microsoft.com/developer/msbuild/2003&amp;quot;"&gt;schemas.microsoft.com/.../2003&amp;quot;&lt;/a&gt; ToolsVersion=&amp;quot;4.0&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;PropertyGroup Condition=&amp;quot;$(Branch2)!=&amp;#39;&amp;#39;&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;TargetDatabase&amp;gt;Branch2&amp;lt;/TargetDatabase&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/PropertyGroup&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/Project&amp;gt;&lt;/p&gt;
&lt;p&gt;Now place the import of Branch.Targets after the import of our targets file in the .sqlproj.&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;Import Project=&amp;quot;$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;Import Project=&amp;quot;Branch.targets&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10363742" width="1" height="1"&gt;</description></item><item><title>re: New SSDT Power Tools! Now for both Visual Studio 2010 and Visual Studio 2012</title><link>http://blogs.msdn.com/b/ssdt/archive/2012/09/14/new-ssdt-power-tools-now-for-both-visual-studio-2010-and-visual-studio-2012.aspx#10363180</link><pubDate>Fri, 26 Oct 2012 18:19:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10363180</guid><dc:creator>Alex Castillo Pacheco</dc:creator><description>&lt;p&gt;Don&amp;#39;t know if my problem is related with this update but after applying this update my localdb structure in SSOX got completely ruined!!&lt;/p&gt;
&lt;p&gt;Let me try to explain myself: &amp;nbsp;I work with SQL projects in VS2010 and TFS 2010, I have the same database projects branched for each of my clients, each client has mostly 3 branches each: Main, Dev and Release. Each solution/branch has 10 databases projects in them. The problem is that if I compile all the branches in the same machine the (localdb)\projects structure in SSOX shows something like this:&lt;/p&gt;
&lt;p&gt;(localdb)\projects&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; MyDB&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; MyDB_1&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; MyDB_2&lt;/p&gt;
&lt;p&gt;And so on. So I end up with about 30 databases for each of my clients not knowing which one corresponds to what branch:&lt;/p&gt;
&lt;p&gt;TFS_Team &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SSOX&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Clientbranch-Main &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(localdb)\projects&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|-Clientbranch-Dev &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MyDB &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|_Clientbranch-Release &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MyDB_1&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Client2-Main &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MyDB_2&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|-Client2-Dev &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MyDB_3&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|_Client2-Release &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MyDB_4&lt;/p&gt;
&lt;p&gt;Also there used to be a folder inside each of my SQL projects called Sanbox, now is no longer generated, and all the files are now stored in &lt;/p&gt;
&lt;p&gt;C:\Users\myuser\AppData\Local\Microsoft\Microsoft SQL Server Local DB\Instances&lt;/p&gt;
&lt;p&gt;I liked the old way of store because I downloaded my projects lets say to a D drive with more space in it, now everything is stored in C and again I don´t know which file corresponds to what project &amp;nbsp;:(&lt;/p&gt;
&lt;p&gt;Is there a way to consider this TFS scenario and branching model to group in SSOX the Databases depending in the TFS branch name? It doesn&amp;#39;t work naming after the sln name because is the same in every branch.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10363180" width="1" height="1"&gt;</description></item><item><title>re: New SSDT Power Tools! Now for both Visual Studio 2010 and Visual Studio 2012</title><link>http://blogs.msdn.com/b/ssdt/archive/2012/09/14/new-ssdt-power-tools-now-for-both-visual-studio-2010-and-visual-studio-2012.aspx#10355235</link><pubDate>Tue, 02 Oct 2012 18:47:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10355235</guid><dc:creator>msbigot Ah, Script action</dc:creator><description>&lt;p&gt;If it would&amp;#39;a been a snake, it would&amp;#39;a bit me. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10355235" width="1" height="1"&gt;</description></item><item><title>re: New SSDT Power Tools! Now for both Visual Studio 2010 and Visual Studio 2012</title><link>http://blogs.msdn.com/b/ssdt/archive/2012/09/14/new-ssdt-power-tools-now-for-both-visual-studio-2010-and-visual-studio-2012.aspx#10355234</link><pubDate>Tue, 02 Oct 2012 18:45:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10355234</guid><dc:creator>Mike B</dc:creator><description>&lt;p&gt;I don&amp;#39;t know if this is the appropriate place, but I&amp;#39;ve noticed a curious thing about Synonyms. &amp;nbsp;I can&amp;#39;t get my synonym bound to the right database (even when I use the $(DatabaseName). notation in the CREATE). &amp;nbsp;Oh, I should mention this is via MSBuild and SqlPackage. &amp;nbsp;Is this behavior, by design?? &amp;nbsp;The database name I get is the one that I imported to create the sql project. &amp;nbsp; Thanks. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10355234" width="1" height="1"&gt;</description></item><item><title>re: New SSDT Power Tools! Now for both Visual Studio 2010 and Visual Studio 2012</title><link>http://blogs.msdn.com/b/ssdt/archive/2012/09/14/new-ssdt-power-tools-now-for-both-visual-studio-2010-and-visual-studio-2012.aspx#10355199</link><pubDate>Tue, 02 Oct 2012 16:52:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10355199</guid><dc:creator>Janet Yeilding</dc:creator><description>&lt;p&gt;@Cyclon2005 Uninstall instructions are detailed here: &lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/jj542427(v=vs.103).aspx"&gt;msdn.microsoft.com/.../jj542427(v=vs.103).aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;@msbigot Thanks for the positive feedback. &amp;nbsp;sqlpackage&amp;#39;s Script action handles the scenario you&amp;#39;ve described. &amp;nbsp;Let me know if you have any questions about how to invoke it.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10355199" width="1" height="1"&gt;</description></item><item><title>re: New SSDT Power Tools! Now for both Visual Studio 2010 and Visual Studio 2012</title><link>http://blogs.msdn.com/b/ssdt/archive/2012/09/14/new-ssdt-power-tools-now-for-both-visual-studio-2010-and-visual-studio-2012.aspx#10354801</link><pubDate>Mon, 01 Oct 2012 16:03:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10354801</guid><dc:creator>msbigot</dc:creator><description>&lt;p&gt;I have a quick question re the new Sept release. &amp;nbsp;It&amp;#39;s my understanding that there is NOT a command-line way to generate the publish.sql script (i.e., script that is generated in the UI&amp;#39;s &amp;#39;generate script&amp;#39; button). &amp;nbsp;Is that correct?? &amp;nbsp;I&amp;#39;ve scoured sqlpackage documentation and haven&amp;#39;t found a hit. &amp;nbsp;Thanks for reading. &amp;nbsp;BTW I love SSDT. &amp;nbsp;Currently trying to get it adopted in my shop. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10354801" width="1" height="1"&gt;</description></item><item><title>re: New SSDT Power Tools! Now for both Visual Studio 2010 and Visual Studio 2012</title><link>http://blogs.msdn.com/b/ssdt/archive/2012/09/14/new-ssdt-power-tools-now-for-both-visual-studio-2010-and-visual-studio-2012.aspx#10351566</link><pubDate>Thu, 20 Sep 2012 13:11:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10351566</guid><dc:creator>Cylon2005</dc:creator><description>&lt;p&gt;I can&amp;#39;t uninstall SSDT from VS2010. &amp;nbsp;When I try to build my solution, VS2010 says it cannot create an App Domain.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10351566" width="1" height="1"&gt;</description></item><item><title>re: New SSDT Power Tools! Now for both Visual Studio 2010 and Visual Studio 2012</title><link>http://blogs.msdn.com/b/ssdt/archive/2012/09/14/new-ssdt-power-tools-now-for-both-visual-studio-2010-and-visual-studio-2012.aspx#10350760</link><pubDate>Wed, 19 Sep 2012 09:53:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10350760</guid><dc:creator>Andrei</dc:creator><description>&lt;p&gt;Guys,&lt;/p&gt;
&lt;p&gt;Data-tier Application/*.dacpac is a great feature, but when you select tables they are not sorted alphabetically. That is quite inconvenient.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10350760" width="1" height="1"&gt;</description></item></channel></rss>