<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.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>Search results matching tags 'Visual Studio' and 'SQL Server 11'</title><link>http://sqlblog.com/search/SearchResults.aspx?o=DateDescending&amp;tag=Visual+Studio,SQL+Server+11&amp;orTags=0</link><description>Search results matching tags 'Visual Studio' and 'SQL Server 11'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>SQL Server v.Next (Denali) : The New SSMS</title><link>http://sqlblog.com/blogs/aaron_bertrand/archive/2010/11/23/sql-server-11-denali-the-new-vs-shell.aspx</link><pubDate>Tue, 23 Nov 2010 14:35:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:29791</guid><dc:creator>AaronBertrand</dc:creator><description>&lt;p&gt;In SQL Server Denali, Management Studio has been entirely migrated from its earlier incarnation.&amp;nbsp; Previously SSMS had slight traces here and there that it was a distant cousin to Visual Studio; in this release, it is a full-fledged immediate family member.&amp;nbsp; There are some great things that come of this, but there are some negative aspects as well.&amp;nbsp; I thought I would give a quick run-down of my observations so far.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;font face="courier new,courier" size="6"&gt;&lt;b&gt;The Good&lt;/b&gt;&lt;/font&gt; &lt;font size="4"&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Multi-Monitor Support&lt;/font&gt;&lt;br&gt;&lt;/p&gt;&lt;blockquote&gt;Finally, we seem to have reached an audience on the dev team that some of us really develop and administer with more than one monitor, and that this is not just important to developers.&amp;nbsp; Based on the Visual Studio 2010 feature, you can now just grab any tab out of the tab strip and drag it off onto a different area of the screen; and putting it back is just as easy:&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&amp;nbsp; &lt;img src="http://sqlblog.com/files/folders/30884/download.aspx" width="629" border="0" height="344"&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;As someone who is used to working on multiple large monitors, I applaud this feature, and I hope it is useful for you, too.&amp;nbsp; The only sad part is that it doesn't demo very well on a laptop, so it will be very hard to show audiences how powerful this can be.&amp;nbsp; &lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;br&gt;&lt;font size="4"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Consolas&lt;/font&gt; &lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;This probably doesn't affect many people, but I absolutely love the fact that the default font in the query editor has been changed to Consolas.&amp;nbsp; I &lt;a href="http://www.onetooneinteractive.com/otolabs-posts/2009/07/02/more-management-studio-tips/" title="http://www.onetooneinteractive.com/otolabs-posts/2009/07/02/more-management-studio-tips/" target="_blank"&gt;blogged about my preferences last year&lt;/a&gt;, including how to change 2008 / 2008 R2 SSMS to use Consolas instead of the default Courier New.&amp;nbsp; Clearly that advice will now be obsolete.&lt;br&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&amp;nbsp;&lt;font size="4"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Snippets&lt;/font&gt;&lt;br&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;A very popular feature previously only found in &lt;a href="http://weblogs.sqlteam.com/mladenp/default.aspx" title="http://weblogs.sqlteam.com/mladenp/default.aspx" target="_blank"&gt;Mladen Prajdi&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href="http://weblogs.sqlteam.com/mladenp/"&gt;ć&lt;/a&gt;'s &lt;a href="http://www.ssmstoolspack.com/" title="http://www.ssmstoolspack.com/" target="_blank"&gt;SSMS Tools Pack&lt;/a&gt;, a free add-in for Management Studio, this now-native feature allows you to use snippets for reusable code, without having to discover or understand the templates folder.&amp;nbsp; You can create your own snippets, but there is a good variety of built-in samples already (though the template &lt;strike&gt;explorer&lt;/strike&gt; &lt;strike&gt;browser&lt;/strike&gt; [which is it?] still exposes more).&amp;nbsp; You can insert a snippet by the keystrokes Ctrl + K then Ctrl + X, the Edit &amp;gt; IntelliSense &amp;gt; Insert Snippet menu, or by right-clicking in a query window and choosing "Insert Snippet..."&lt;br&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&lt;img src="http://sqlblog.com/files/folders/30891/download.aspx" width="726" border="1" height="254"&gt;&lt;br&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;p&gt;Sadly, they don't use the template placeholders in the code - you know, the ones where you could hit Ctrl + Shift + M and tab through to replace values (though the values you need to replace are highlighted.)&amp;nbsp; Here is an example in an earlier version of SSMS (however this functionality is now broken in Denali - more on this later):&lt;br&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&lt;img src="http://sqlblog.com/files/folders/30888/download.aspx" width="480" border="1" height="504"&gt;&amp;nbsp;&lt;/p&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;p&gt;There is also a handy shortcut for "surround with" snippets, allowing you to quickly wrap a statement or set of statements with a BEGIN, IF or WHILE block (I'm curious why TRY and CATCH are absent): &lt;/p&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&lt;img src="http://sqlblog.com/files/folders/30883/download.aspx" width="540" border="1" height="119"&gt;&amp;nbsp;&lt;/p&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;p&gt;However, the behavior is a little funky.&amp;nbsp; For example, if you don't make your choice quickly enough (or inadvertently click within the big yellow box, next to "With:"), the drop-down disappears, leaving you wondering what to do next.&amp;nbsp; Since there is a blinking cursor there, I tried to type "Begin" to get AutoComplete, but it didn't appear to do anything:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;img src="http://sqlblog.com/files/folders/30892/download.aspx" width="261" border="1" height="87"&gt;&amp;nbsp;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Now I was stuck with this weird artifact on my screen.&amp;nbsp; To try to get it to go away, I hit Enter, and while that worked, I also got a pretty ugly error message:&lt;/p&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&lt;img src="http://sqlblog.com/files/folders/30885/download.aspx" width="391" height="171"&gt;&amp;nbsp;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;So, the Snippets feature has the potential to be pretty powerful, but it is missing some fit &amp;amp; finish at this early stage.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;br&gt;&lt;font size="4"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Debugging Improvements&lt;/font&gt;&lt;/p&gt;&lt;p style="margin-left:40px;"&gt;I'll be honest; I'm an old-school debugger.&amp;nbsp; I do not come from a heavy object-oriented background, so PRINT, RAISERROR, and TRY/CATCH have been sufficient for me to date.&amp;nbsp; So, I imagine some of these improvements will be more exciting for you than they could ever be for me.&amp;nbsp; Still, I think folding into Visual Studio is going to provide some powerful options for debugging.&amp;nbsp; In this release, they have made the following enhancements:&lt;br&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;ol&gt;&lt;li&gt;You can debug against SQL Server 2005 SP2 or later.&lt;/li&gt;&lt;li&gt;You can specify &lt;a href="http://msdn.microsoft.com/en-us/library/ff878392%28v=SQL.110%29.aspx" title="http://msdn.microsoft.com/en-us/library/ff878392%28v=SQL.110%29.aspx" target="_blank"&gt;breakpoint conditions&lt;/a&gt;, &lt;a href="http://msdn.microsoft.com/en-us/library/ff877958%28v=SQL.110%29.aspx" title="http://msdn.microsoft.com/en-us/library/ff877958%28v=SQL.110%29.aspx" target="_blank"&gt;hit count&lt;/a&gt;, &lt;a href="http://msdn.microsoft.com/en-us/library/ff878257%28v=SQL.110%29.aspx" title="http://msdn.microsoft.com/en-us/library/ff878257(v=SQL.110).aspx" target="_blank"&gt;filters&lt;/a&gt; and &lt;a href="http://msdn.microsoft.com/en-us/library/ff878534%28v=SQL.110%29.aspx" title="http://msdn.microsoft.com/en-us/library/ff878534%28v=SQL.110%29.aspx" target="_blank"&gt;actions&lt;/a&gt;, and you can&amp;nbsp;&lt;a href="http://msdn.microsoft.com/en-us/library/ff878187%28v=SQL.110%29.aspx" title="http://msdn.microsoft.com/en-us/library/ff878187%28v=SQL.110%29.aspx" target="_blank"&gt;edit breakpoint locations&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;You can watch T-SQL expressions and see Quick Info tooltips (see &lt;a href="http://msdn.microsoft.com/en-us/library/cc646012%28v=SQL.110%29.aspx" title="http://msdn.microsoft.com/en-us/library/cc646012(v=SQL.110).aspx" target="_blank"&gt;Viewing T-SQL Debugger Information&lt;/a&gt;).&lt;/li&gt;&lt;li&gt;IntelliSense now supports breakpoint validation.&lt;/li&gt;&lt;/ol&gt;&lt;/blockquote&gt;&lt;blockquote&gt;Personally, I'll continue to &lt;a href="https://connect.microsoft.com/SQLServer/feedback/details/362572/ssms-debug-icon-should-look-more-dangerous-than-execute" title="https://connect.microsoft.com/SQLServer/feedback/details/362572/ssms-debug-icon-should-look-more-dangerous-than-execute" target="_blank"&gt;rip the Debug icon off my toolbar&lt;/a&gt;, but hopefully this enhances the development experience for some of you.&lt;/blockquote&gt;&lt;p&gt;&lt;br&gt;&lt;font size="4"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Add-In Support&lt;/font&gt;&lt;/p&gt;&lt;p style="margin-left:40px;"&gt;Bill Ramos (&lt;a href="http://sqlblog.com/blogs/bill_ramos/default.aspx" title="http://sqlblog.com/blogs/bill_ramos/default.aspx" target="_blank"&gt;blog&lt;/a&gt; | &lt;a href="http://twitter.com/billramo" title="http://twitter.com/billramo" target="_blank"&gt;twitter&lt;/a&gt;) has hinted to us several times that stronger add-in support is coming.&amp;nbsp; Currently several vendors, as well as individuals like Mladen Prajdić (&lt;a href="http://weblogs.sqlteam.com/mladenp/default.aspx" title="http://weblogs.sqlteam.com/mladenp/default.aspx" target="_blank"&gt;blog&lt;/a&gt; | &lt;a href="http://twitter.com/MladenPrajdic" title="http://twitter.com/MladenPrajdic" target="_blank"&gt;twitter&lt;/a&gt;) and Jonathan Kehayias (&lt;a href="http://sqlblog.com/blogs/jonathan_kehayias/default.aspx" title="http://sqlblog.com/blogs/jonathan_kehayias/default.aspx" target="_blank"&gt;blog&lt;/a&gt; | &lt;a href="http://twitter.com/SQLSarg" title="http://twitter.com/SQLSarg" target="_blank"&gt;twitter&lt;/a&gt;), have had to pull teeth in order to get their code working within the SSMS environment.&amp;nbsp; I hope that Bill's hype becomes a reality.&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;font size="4"&gt;&lt;/font&gt;&lt;font size="4"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Extended Events&lt;/font&gt;&lt;/p&gt;&lt;p style="margin-left:40px;"&gt;Extended Events finally gets some UI support:&lt;/p&gt;&lt;p style="margin-left:80px;"&gt;&lt;img src="http://sqlblog.com/files/folders/30894/download.aspx" width="459" border="1" height="514"&gt;&lt;br&gt;&lt;/p&gt;&lt;p style="margin-left:40px;"&gt;But, at least in my limited exposure, I think this handles just the very basics -- once Jonathan's &lt;a href="http://extendedeventmanager.codeplex.com/" title="http://extendedeventmanager.codeplex.com/" target="_blank"&gt;Extended Events Manager&lt;/a&gt; works as a Denali SSMS plug-in, it may still prove to be quite useful.&amp;nbsp; &lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;font face="courier new,courier" size="6"&gt;&lt;b&gt;The Bad&lt;/b&gt;&lt;/font&gt; &lt;font size="4"&gt;&lt;br&gt;
  &lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Missing Keyboard Functionality&lt;/font&gt;&lt;br&gt;
&lt;/p&gt;&lt;p style="margin-left:40px;"&gt;One of the things we've lost in the conversion to the Visual Studio shell is our ability to continue using several keyboard shortcuts.&amp;nbsp; For example:&lt;/p&gt;&lt;ol&gt;&lt;ol&gt;&lt;li&gt;Ctrl + Shift + U still converts selected text to upper case, but Ctrl + Shift + L no longer handles lower case.&amp;nbsp; That is now handled by a much less intuitive keystroke combination: Ctrl + U.&amp;nbsp; Not a big deal, but re-learning these things can be painful.&lt;br&gt;&lt;/li&gt;&lt;li&gt;Ctrl + Shift + M no longer raises the template parameters dialog.&amp;nbsp; I've complained about this in &lt;a href="https://connect.microsoft.com/SQLServer/feedback/details/623863/denali-ssms-ctrl-shift-m-no-longer-raises-template-parameter-dialog" title="https://connect.microsoft.com/SQLServer/feedback/details/623863/denali-ssms-ctrl-shift-m-no-longer-raises-template-parameter-dialog" target="_blank"&gt;Connect #623863&lt;/a&gt;.&amp;nbsp; Please vote if you want this functionality back by default - though I'm sure there is a cumbersome way to customize this.&lt;/li&gt;&lt;li&gt;A very simple keyboard operation I've been used to performing in Management Studio is, in a query editor, holding the down arrow key to get to the end of the last line in a query window.&amp;nbsp; In the Visual Studio shell, holding down gets you to the last line, but it doesn't move the cursor to the last character on that line.&amp;nbsp; Not a huge deal, just mildly annoying until you get used to it.&lt;br&gt;&lt;/li&gt;&lt;li&gt;We can no longer use keyboard layout schemes from previous versions of SQL Server.&amp;nbsp; While it looks like the keyboard mapping will be more flexible (and maybe more schemes will be added later), it certainly feels less functional out of the box:&lt;br&gt;&lt;br&gt;&lt;img src="http://sqlblog.com/files/folders/30895/download.aspx" width="757" height="440"&gt;&lt;br&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/ol&gt;&lt;p&gt;&amp;nbsp;&lt;br&gt;&lt;font size="4"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Crippled Toolbar Functionality&lt;/font&gt;&lt;br&gt;

&lt;/p&gt;&lt;p style="margin-left:40px;"&gt;Another thing I typically do when I set up a new SSMS installation is move some elements of the toolbar around, and get rid of some buttons I never use (like the Debug icon).&amp;nbsp; In 2005, 2008 and 2008 R2, you could right-click the toolbar, choose Customize, and then - with a seemingly modal dialog open - drag items to different areas of the toolbar, or off the toolbar altogether.&amp;nbsp; One of the first things I discovered when I installed Denali was that the Visual Studio powered SSMS no longer supports this functionality.&amp;nbsp; You can still do it, it's just a lot more cumbersome; see the workaround I posted in &lt;a href="http://connect.microsoft.com/SQLServer/feedback/details/615154/denali-ssms-can-no-longer-drag-buttons-within-or-off-the-toolbar#details" title="http://connect.microsoft.com/SQLServer/feedback/details/615154/denali-ssms-can-no-longer-drag-buttons-within-or-off-the-toolbar#details" target="_blank"&gt;Connect #615154&lt;/a&gt;.&lt;br&gt;

&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;font face="courier new,courier" size="6"&gt;&lt;b&gt;The Ugly&lt;/b&gt;&lt;/font&gt; &lt;font size="4"&gt;&lt;br&gt;
  &lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Horrible Color Coding Defaults&lt;/font&gt;&lt;br&gt;
&lt;/p&gt;
&lt;p style="margin-left:40px;"&gt;Don't get me wrong; color coding is a great thing.&amp;nbsp; But man, did they pick the wrong fluorescent puke green (yes, that is an official Crayola color name) for system objects.&amp;nbsp; If this doesn't give you a headache (especially the selected text), I don't know what will:&lt;/p&gt;&lt;p style="margin-left:80px;"&gt;&lt;img src="http://sqlblog.com/files/folders/30896/download.aspx" width="351" border="1" height="130"&gt;&lt;/p&gt;&lt;p style="margin-left:40px;"&gt;You can fix this by going to Tools | Options, Environment, Fonts and Colors, Text Editor, SQL System Table, then choose a new color for Item foreground:&lt;/p&gt;&lt;p style="margin-left:80px;"&gt;&lt;img src="http://sqlblog.com/files/folders/29793/download.aspx" width="747" height="430"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-left:40px;"&gt;The item says "SQL System Table" but this will affect all relevant 
built-ins, such as catalog views, DMVs and dynamic management functions.
 &lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;font size="4"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Weird Hover Behavior&lt;/font&gt;&lt;/p&gt;&lt;p style="margin-left:40px;"&gt;I am able to reproduce this one at will.&amp;nbsp; I'll spare you all of the gory details unless you want to check out &lt;a href="http://connect.microsoft.com/SQLServer/feedback/details/615766" title="http://connect.microsoft.com/SQLServer/feedback/details/615766" target="_blank"&gt;Connect #615766&lt;/a&gt;.&amp;nbsp; Essentially, if you turn on Execution Plan and have a lengthy enough query (such as the query from Adam Machanic's &lt;a href="http://sqlblog.com/files/10/default.aspx" title="http://sqlblog.com/files/10/default.aspx" target="_blank"&gt;sp_WhoIsActive&lt;/a&gt;), when you mouse over the query text above the plan diagram, SSMS becomes completely unresponsive as it tries to display the tooltip.&amp;nbsp; It can lock up for 20 to 30 seconds, and then when it finally responds, the tooltip disappears without uselessly showing the query anyway.&amp;nbsp; The drawing of the tooltip seems to be modal, so even if the UI wasn't responding, there isn't much you can do except wait.&amp;nbsp; This behavior is simply not cool, and since I reproduced it *in person* for one of the program managers while at PASS earlier this month, I suspect it will be addressed before RTM.&amp;nbsp; If you want more help reproducing this issue, please let me know.&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;font size="4"&gt;Messy Scripting&lt;/font&gt;&lt;/p&gt;&lt;p style="margin-left:40px;"&gt;Scripting from Management Studio has not improved very much over the years, and the team seems incapable of learning from past mistakes.&amp;nbsp; As an example, Erland Sommarskog and I combined to find three pretty serious shortcomings in the script generated by the "New Service Broker Application..." wizard:&lt;br&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://connect.microsoft.com/SQLServer/feedback/details/622784" title="http://connect.microsoft.com/SQLServer/feedback/details/622784" target="_blank"&gt;#622784 : [Denali SSMS] : Proliferation of the use of deprecated system tables (e.g. sysobjects)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://connect.microsoft.com/SQLServer/feedback/details/623047" title="http://connect.microsoft.com/SQLServer/feedback/details/623047" target="_blank"&gt;#623047 : Incorrect SET options for New Service Broker Application&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://connect.microsoft.com/SQLServer/feedback/details/623049" title="http://connect.microsoft.com/SQLServer/feedback/details/623049" target="_blank"&gt;#623049 : master misspelled in new Service Broker tasks&lt;/a&gt;&lt;br&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;p&gt;Erland is absolutely right; they need to test their scripts in a case-sensitive collation (and maybe even in something like Turkish).&amp;nbsp; In fact I think a lot of us would benefit from always developing in a case-sensitive collation. &lt;br&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&amp;nbsp;&lt;br&gt;&lt;font size="4"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Barely Handled F1 Exception&lt;/font&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;Depending on your cursor location in a query editor window (e.g. when it is not next to a keyword), trying to get to help by pressing F1 can lead to this error:&lt;br&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&lt;img src="http://sqlblog.com/files/folders/30898/download.aspx" width="342" height="171"&gt;&amp;nbsp;&lt;/p&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;p&gt;This issue was reported in &lt;a href="http://connect.microsoft.com/SQLServer/feedback/details/623498/error-when-pressing-the-f1-key-in-ssms" title="http://connect.microsoft.com/SQLServer/feedback/details/623498/error-when-pressing-the-f1-key-in-ssms" target="_blank"&gt;Connect #623498&lt;/a&gt;.&lt;br&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;br&gt;&lt;font size="4"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The Bread Crumbs Don't Work&lt;/font&gt; &lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;Because of the transition to Visual Studio, they've had to re-do a lot of the plumbing surrounding error handling and debugging.&amp;nbsp; One thing that doesn't work in the current CTP is double-clicking on an error message which, in previous versions, jumps up to the actual statement that generated the error.&amp;nbsp; This has been reported in &lt;a href="http://connect.microsoft.com/SQLServer/feedback/details/623735" title="http://connect.microsoft.com/SQLServer/feedback/details/623735" target="_blank"&gt;Connect #623735&lt;/a&gt;.&amp;nbsp; Also, when debugging, the line number reported in the error message is inexplicably off by 1.&lt;br&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&amp;nbsp;&lt;img src="http://sqlblog.com/files/folders/30900/download.aspx" width="820" height="336"&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;There is this thing called the Error List, but I find the behavior quite confusing.&amp;nbsp; The list seems to be updated when IntelliSense discovers new problems with your query as you're typing, but then doesn't update when you execute.&amp;nbsp; It also seems to forget which window it is associated with, so you'll be in a query window and the error list will be talking about code that is in some other window in your tab stack.&amp;nbsp; It seems, so far, to be useful only for debugging when you have a single tab open.&lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;br&gt;&lt;/p&gt;&lt;/blockquote&gt;</description></item></channel></rss>