<?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 'SQL Server' and 'suggestions'</title><link>http://sqlblog.com/search/SearchResults.aspx?o=DateDescending&amp;tag=SQL+Server,suggestions&amp;orTags=0</link><description>Search results matching tags 'SQL Server' and 'suggestions'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>Connect Digest : 2011-12-20</title><link>http://sqlblog.com/blogs/aaron_bertrand/archive/2011/12/20/connect-digest-2011-12-15.aspx</link><pubDate>Tue, 20 Dec 2011 16:55:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:39976</guid><dc:creator>AaronBertrand</dc:creator><description>&lt;p&gt;&lt;font size="4"&gt;Make SSMS start faster&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;A couple of years ago, I blogged about some ways to &lt;a href="http://www.onetooneglobal.com/otocorporate-posts/2009/06/25/making-management-studio-start-faster/" title="http://www.onetooneglobal.com/otocorporate-posts/2009/06/25/making-management-studio-start-faster/" target="_blank"&gt;make Management Studio start faster&lt;/a&gt;.
 With the latest builds of SQL Server 2012, it seems to be slower than 
ever, at least when starting SSMS for the first time after a reboot or 
install. So I've asked for them to do something in the background on 
Windows start-up to cover whatever initialization costs have to be paid 
on first launch. This is not something I expect to happen in this release, and perhaps it will be better by the time RTM comes around. But if you find it slow as well, in addition to voting, please post - in the comments on the Connect item - your machine config and how long it takes between clicking on the shortcut and being able to work. With enough stats in there they can probably extrapolate how much time is being lost waiting for the application to load. :-)&lt;br&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href="http://connect.microsoft.com/SQLServer/feedback/details/714652/ssms-background-helper-pre-loader" title="http://connect.microsoft.com/SQLServer/feedback/details/714652/ssms-background-helper-pre-loader" target="_blank"&gt;#714652 : SSMS : Background helper / pre-loader &lt;/a&gt;&lt;br&gt;
&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;&lt;br&gt;&lt;font size="4"&gt;Let me opt out of product updates during setup&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;I am a big fan of streamlining slipstreaming (say that 5 times fast) - in other words, letting SQL Server setup check for product updates *before* installation, rather than the current manual process of cobbling together a setup package with a service pack and/or a cumulative update. In SQL Server 2012 we finally have this. Unfortunately, it is currently not an option; so, if your machine is not connected to the Internet for whatever reason, it hangs indefinitely on that step, trying desperately to go find those updated files. This needs to be an option so that you can proceed, even if you want to install RTM (e.g. for testing purposes) or you can't get to the Internet (now or ever). Sadly most software companies think that high speed Internet is enjoyed by all, when in fact a lot of folks can't get it or intentionally block their servers from any kind of external access.&lt;/p&gt;

&lt;blockquote&gt;&lt;a href="http://connect.microsoft.com/SQLServer/feedback/details/714661/scan-for-product-updates-hangs-on-isolated-system" title="http://connect.microsoft.com/SQLServer/feedback/details/714661/scan-for-product-updates-hangs-on-isolated-system" target="_blank"&gt;#714661 : Scan for Product Updates hangs on isolated system&lt;/a&gt; &lt;br&gt;&lt;/blockquote&gt;

&lt;p&gt;&lt;br&gt;&lt;font size="4"&gt;Add a time limit option to index reorg&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;Greg Low had an interesting idea to add a time limit to index reorg. Since the most work you'll ever lose upon cancelling is the reorganization of a single page, unlike a rebuild which has to roll back ALL of the work, it is a common practice to do a little bit of reorg at a time. But it is quite tedious to set up some kind of watchdog or to wait and kill the process manually. I can see how the syntax could work - a simple TIME_LIMIT option with the same input format as WAITFOR DELAY. So, for example, if you wanted to allow this reorg to work for up to 45 minutes and then stop:&lt;br&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;table bgcolor="#eeeeee" cellpadding="0" cellspacing="0"&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;pre style="padding:10px 20px;font-size:12px;font-family:consolas,lucida console,courier new,courier;-moz-background-inline-policy:continuous;"&gt;&lt;font color="blue"&gt;ALTER INDEX &lt;/font&gt;&lt;font color="black"&gt;foo &lt;/font&gt;&lt;font color="blue"&gt;&lt;br&gt;  ON &lt;/font&gt;&lt;font color="black"&gt;dbo.bar&lt;/font&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&lt;font color="blue"&gt;REORGANIZE WITH &lt;/font&gt;&lt;font color="gray"&gt;(&lt;/font&gt;&lt;font color="blue"&gt;TIME_LIMIT &lt;/font&gt;= &lt;font color="red"&gt;'00:45:00'&lt;/font&gt;&lt;font color="gray"&gt;);&lt;/font&gt;&lt;/pre&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/blockquote&gt;

&lt;p&gt;The Connect item is currently closed as won't fix, and I think that's partially because it's had only 2 votes in over a year. Please vote and add a comment indicating why this could be useful in your environment:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;a href="http://connect.microsoft.com/SQLServer/feedback/details/611158/index-reorganize-time-limit" title="http://connect.microsoft.com/SQLServer/feedback/details/611158/index-reorganize-time-limit" target="_blank"&gt;#611158 : Index Reorganize time limit&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;&lt;br&gt;&lt;font size="4"&gt;Gosh, I wish I could re-use that CTE&lt;/font&gt;&lt;/p&gt;&lt;p&gt;Several folks have filed suggestions to make it easier to work with the same query multiple times. Two of the popular ideas are temporary views and module-level table expressions. The current workaround of dumping data into a #temp table has significant overhead, and can still lead to errors if the same joins and where clauses need to be repeated over and over again. I like Erland Sommarskog's module-level table expressions idea best, but temporary views have a strong use case as well. I'm hoping to see some more comments and use cases on these items so that Microsoft can evaluate &lt;br&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;a href="http://connect.microsoft.com/SQLServer/feedback/details/343067/module-level-table-expressions" title="http://connect.microsoft.com/SQLServer/feedback/details/343067/module-level-table-expressions" target="_blank"&gt;#343067 : Module-level table expressions&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://connect.microsoft.com/SQLServer/feedback/details/640863/please-allow-creation-of-temporary-views" title="http://connect.microsoft.com/SQLServer/feedback/details/640863/please-allow-creation-of-temporary-views" target="_blank"&gt;#640863 : Please allow creation of temporary views&lt;/a&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://connect.microsoft.com/SQLServer/feedback/details/714617/t-sql-please-provide-temporary-views" title="http://connect.microsoft.com/SQLServer/feedback/details/714617/t-sql-please-provide-temporary-views" target="_blank"&gt;#714617 : [T-SQL] : Please provide temporary views&lt;/a&gt;&lt;br&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;br&gt;&lt;font size="4"&gt;Truncate a table with foreign keys&lt;/font&gt;&lt;/p&gt;&lt;p&gt;We all know that you can't truncate a table that has foreign keys, but why should that be the case if all the referencing tables are empty (or have nullable referencing columns that are all NULL)? They've closed this one as won't fix, but if you can see the value in this for your environment, please add a comment indicating your use case, as they seem more than willing to revisit it...&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;a href="http://connect.microsoft.com/SQLServer/feedback/details/312074/permit-truncate-table-when-referencing-tables-are-empty" title="http://connect.microsoft.com/SQLServer/feedback/details/312074/permit-truncate-table-when-referencing-tables-are-empty" target="_blank"&gt;#312074 : Permit TRUNCATE TABLE when referencing tables are empty &lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;/blockquote&gt;</description></item><item><title>Want your bug fixed? File a good bug!</title><link>http://sqlblog.com/blogs/aaron_bertrand/archive/2011/09/20/want-your-bug-fixed-file-a-good-bug.aspx</link><pubDate>Tue, 20 Sep 2011 14:45:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:37620</guid><dc:creator>AaronBertrand</dc:creator><description>&lt;p&gt;In some circles I'm known as "the Connect guy" because I've filed a heck of a lot of suggestions and bugs that I've envisioned or encountered, and I'm often willing to file an issue on someone else's behalf. In other circles, for very much the same reasons, I'm probably known as "that annoying Connect guy." On and off over the past few years, I've assembled what I've called "Connect Digests" here on this blog, calling out some of the issues that have been filed that I've deemed as deserving attention. At some points these digests have been more regular than others, and that is totally driven by travel, schedule and workload.&lt;/p&gt;

&lt;p&gt;Today I thought I would share a little bit of wisdom with my fellow (and potential) bug-filers. I do see a lot of bugs that get closed as Not Reproducible ("no-repro") or Won't Fix, and I don't think that they all had to be closed that way. Part of the problem can often be pointed back to the quality of the bug itself. I'm not going to name names or call out any specific "bad" bugs, but just wanted to give some hints about what they are looking for. Note that for bugs you should be able to re-open them even if they get closed, but only do so if you have new information to add, not just because you didn't like the decision.&lt;br&gt;&amp;nbsp;&lt;br&gt;&lt;/p&gt;

&lt;p&gt;&lt;font size="4"&gt;If your bug comes back as Not Reproducible&lt;br&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;Try to ensure that you have included complete information about the repro. If there is a crash, capture the detailed stack trace information from the event log or the application's dialog (e.g. SSMS has these details). If screen shots help with the repro, include them. If there are certain "non-standard" aspects of your environment, such as a non-default collation, different compatibility mode, database name that is a keyword, different operating system language, etc., it is possible that those differences are influential in manifesting the bug and, without that information, it might not be possible for Microsoft to repro (because they aren't going to walk through your steps using a full matrix of every possible test combination). Without full, consistent and reproducible steps to exhibit the problem, it is also impossible to know whether you've fixed the problem, and can also be difficult to determine how effective the fix is and whether or not it caused regression elsewhere. &lt;br&gt;&amp;nbsp;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="4"&gt;If your bug/suggestion comes back as Won't Fix &lt;br&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Hopefully there is a comment that goes along with it, and the comment will explain why the issue won't be fixed. Sometimes it is just not practical to fix a bug or implement a suggestion, or to do so in the current development cycle. The following factors are all used to guide where a bug or suggestion ends up on the pipeline:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;how to reproduce the problem&lt;/li&gt;
&lt;li&gt;the frequency the problem occurs&lt;/li&gt;
&lt;li&gt;the likelihood of the problem occurring (number of customers potentially affected)&lt;br&gt;&lt;/li&gt;
&lt;li&gt;the actual impact on users&lt;/li&gt;
&lt;li&gt;the root cause&lt;/li&gt;
&lt;li&gt;the cost and risk of fixing it (e.g. backward compatibility)&lt;br&gt;&lt;/li&gt;
&lt;li&gt;available work-arounds&lt;/li&gt;
&lt;/ul&gt;
Yes, they certainly understand that an issue might be important to &lt;b&gt;you&lt;/b&gt;; however, there are many other factors to consider. Depending on the reason(s) stated in the comment(s) by Microsoft, you might want to come back armed with more compelling information, or more people stating their business case qualitatively (see below).&lt;br&gt;&lt;br&gt;
&lt;p&gt;&lt;font size="4"&gt;If you haven't filed your bug/suggestion yet (or it's not yours)&lt;/font&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Please keep the above in mind. Also note that the qualitative information is at least as important, and often more so, than the quantitative information. In other words, if you just state that x is broken, needs to be fixed, and look at all these votes that support it, that is not necessarily enough to convince Microsoft that it needs to be fixed. In the description of your bug, or in a comment on someone else's, state *why* it needs to be fixed. A real business case that demonstrates significant impact on a customer goes a heck of a lot further than a few extra votes. If your arguments involve standards compliance or keeping up with a competitive RDBMS product, it certainly can't hurt to include that information as well. If you have additional information that explains why the issue hurts, or how the workaround is painful, this can be factored into the decision (unlike an extra up-vote, which to Microsoft is just an &amp;lt;aol&amp;gt;me too&amp;lt;/aol&amp;gt;). Including this data can only make it more likely that the item will be seriously considered. &lt;br&gt;&amp;nbsp;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="4"&gt;Summary&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Connect can be an invaluable tool in getting feedback back to Microsoft and affecting change in SQL Server. It can also be quite frustrating if the flow of information - in either direction - is not the highest in quality. I hope I've given you some things to think about to at least improve one direction of that flow.&lt;br&gt;&amp;nbsp;&lt;br&gt;&lt;/p&gt;
&lt;span style="color:#1F497D;"&gt;&lt;/span&gt;</description></item><item><title>Connect Digest : 2011-04-25</title><link>http://sqlblog.com/blogs/aaron_bertrand/archive/2011/04/25/connect-digest-2011-04-25.aspx</link><pubDate>Mon, 25 Apr 2011 10:54:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:35078</guid><dc:creator>AaronBertrand</dc:creator><description>&lt;p&gt;I wanted to change it up a little this week. In every digest, I've pointed out a set of Connect items that I believe deserve more attention. What I fail to point out every week is the number of Connect items that actually get resolved with a fix. These are even less visible than the active requests, but I think they deserve some attention as well. Why? Well, almost every single comment on Connect is a neutral or negative comment. I think we could all be better about going back to some of these items and thanking Microsoft - not so much for the bugs, which they should be fixing regardless, but more so for the suggestions that we make.&lt;/p&gt;
&lt;p&gt;Here are a few items where the issue has been addressed. I call these "Connect wins":&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="http://connect.microsoft.com/SQL/feedback/ViewFeedback.aspx?FeedbackID=424800" title="http://connect.microsoft.com/SQL/feedback/ViewFeedback.aspx?FeedbackID=424800" target="_blank"&gt;#424800 : SSMS : Expose "Connect to Server" MRU list to users&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://connect.microsoft.com/SQLServer/feedback/details/484732" title="http://connect.microsoft.com/SQLServer/feedback/details/484732" target="_blank"&gt;#484732 : sqlps and PowerShell V2 Issues&lt;/a&gt; (granted, fixed for 2008, but no word on 2008 R2 yet) &lt;br&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://connect.microsoft.com/SQL/feedback/ViewFeedback.aspx?FeedbackID=615766" title="http://connect.microsoft.com/SQL/feedback/ViewFeedback.aspx?FeedbackID=615766" target="_blank"&gt;#615766 : [Denali SSMS] : Execution plan tooltip causes very slow behavior&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://connect.microsoft.com/SQLServer/feedback/details/615767/denali-engine-regression-in-query-hint-behavior" title="http://connect.microsoft.com/SQLServer/feedback/details/615767/denali-engine-regression-in-query-hint-behavior" target="_blank"&gt;#615767 : [Denali Engine] : Regression in query hint behavior&lt;/a&gt;&amp;nbsp; &lt;br&gt;&lt;/p&gt;
&lt;a href="http://connect.microsoft.com/SQL/feedback/ViewFeedback.aspx?FeedbackID=621445" title="http://connect.microsoft.com/SQL/feedback/ViewFeedback.aspx?FeedbackID=621445" target="_blank"&gt;#621445 : Extended Events to Trace Mapping Tables in sys schema in Master&lt;/a&gt;
&lt;p&gt;&lt;a href="http://connect.microsoft.com/SQL/feedback/ViewFeedback.aspx?FeedbackID=621656" title="http://connect.microsoft.com/SQL/feedback/ViewFeedback.aspx?FeedbackID=621656" target="_blank"&gt;#621656 : [SSIS Denali] Synchronous Executions&lt;/a&gt; (though closed as fixed, no official comment from Microsoft)&lt;/p&gt;
&lt;p&gt;&lt;a href="http://connect.microsoft.com/SQL/feedback/ViewFeedback.aspx?FeedbackID=631373" title="http://connect.microsoft.com/SQL/feedback/ViewFeedback.aspx?FeedbackID=631373" target="_blank"&gt;#631373 : Denali - Transaction_Log Extended Event Returning Incorrect Data&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
Now, there is still plenty of Connect activity that seems to get ignored completely, and several cases where the last comment (four years ago) was, "We'll look at that for the next release." Still others (like &lt;a href="http://connect.microsoft.com/SQL/feedback/ViewFeedback.aspx?FeedbackID=524769" title="http://connect.microsoft.com/SQL/feedback/ViewFeedback.aspx?FeedbackID=524769" target="_blank"&gt;#524769&lt;/a&gt;) have lots of dialog, but almost all of it is useless, and of course there are countless items that have been closed as "Won't Fix" or "By [questionable] Design." But for the vast amount of content these folks have to sort through, I think it's worthwhile to thank them even for small victories. 
&lt;p&gt;Have a Connect win to share? Please post in the comments! &lt;/p&gt;
&lt;p&gt;&amp;nbsp; &lt;br&gt;&lt;/p&gt;</description></item><item><title>A better way to search Connect</title><link>http://sqlblog.com/blogs/aaron_bertrand/archive/2011/01/06/a-better-way-to-search-connect.aspx</link><pubDate>Thu, 06 Jan 2011 14:21:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:32377</guid><dc:creator>AaronBertrand</dc:creator><description>&lt;p&gt;I recently spotted a comment from Microsoft on a &lt;a title="http://connect.microsoft.com/SQLServer/feedback/details/358576/" target="_blank" href="http://connect.microsoft.com/SQLServer/feedback/details/358576/"&gt;Connect item with 13 total up-votes&lt;/a&gt;.&amp;nbsp; The comment went something like, "wow, due to the explosive response to this issue, we're going to deal with it right away."&amp;nbsp; Okay, it wasn't that emphatic, it was actually: "I've brought the MVP customer vote count to the attention of dev, and a new owner of this DMV says he will dig up some info for us." Still, knowing that I had seen other items with a much stronger response and barely a note of acknowledgment (never mind a pledge to actually act in any way), I performed a search.&amp;nbsp; I started with a search for "SSMS" in my own feedback and was overloaded.&amp;nbsp; So I used the advanced search to whittle it down.&amp;nbsp; I tried over 100 votes and didn't get any.&amp;nbsp; I started getting results (well, 1) when I scaled back to 70:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&amp;nbsp;&lt;img width="460" border="1" height="692" src="http://sqlblog.com/files/folders/32373/download.aspx"&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Then I scaled back to 50, and nothing significantly changed. &amp;nbsp;When I scaled back to 30, though, I saw a really, well, interesting result:&lt;/p&gt;&lt;p style="margin-left:40px;"&gt;&lt;img width="488" border="1" height="687" src="http://sqlblog.com/files/folders/32374/download.aspx"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Why is this interesting?&amp;nbsp; Well, the item with 78 up-votes doesn't show up in a search for &amp;gt;= 70.&amp;nbsp; It also doesn't show up in a search for &amp;gt;= 50.&amp;nbsp; But when you lower the threshold to 30, it suddenly appears.&amp;nbsp; Another interesting thing is that no matter what number I put into the vote count, items (such as &lt;a title="https://connect.microsoft.com/SQLServer/feedback/details/311079" target="_blank" href="https://connect.microsoft.com/SQLServer/feedback/details/311079"&gt;#311079&lt;/a&gt;) with more than 100 votes never show up:&lt;/p&gt;&lt;p style="margin-left:40px;"&gt;&lt;img width="638" border="1" height="191" src="http://sqlblog.com/files/folders/32375/download.aspx"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is just the most recent bit of fascinating search logic I've discovered on Connect; there are many others over the past few years that have really made me shake my head.&amp;nbsp; I've asked multiple times if we could get an API into the data to write our own searches, or be able to store backups of the data so that we can load them on our own systems and run our own searches.&amp;nbsp; The response was always, predictably, "no, not cool."&amp;nbsp; And they wonder why activity on Connect has dwindled (well, there are several reasons for that, which I may highlight in future blog posts).&lt;br&gt;&lt;/p&gt;&lt;p&gt;Fast forward to last week, when Aaron Nelson (&lt;a title="http://sqlvariant.com/wordpress/" target="_blank" href="http://sqlvariant.com/wordpress/"&gt;blog&lt;/a&gt; | &lt;a title="http://twitter.com/sqlvariant" target="_blank" href="http://twitter.com/sqlvariant"&gt;twitter&lt;/a&gt;) and Nic Cain (&lt;a title="http://www.englishtosql.com/" target="_blank" href="http://www.englishtosql.com/"&gt;blog&lt;/a&gt; | &lt;a title="http://twitter.com/anonythemouse" target="_blank" href="http://twitter.com/anonythemouse"&gt;twitter&lt;/a&gt;) let me in on a little secret - they were loading Connect's SQL Server data into their own SQL Server database, via the &lt;a title="https://connect.microsoft.com/rss/68/RecentFeedbackForConnection.xml" target="_blank" href="https://connect.microsoft.com/rss/68/RecentFeedbackForConnection.xml"&gt;RSS feed&lt;/a&gt;.&amp;nbsp; Nic is &lt;a title="http://www.englishtosql.com/english-to-sql-blog/2011/1/5/loading-microsoft-connect-items-to-a-databaseintro.html" target="_blank" href="http://www.englishtosql.com/english-to-sql-blog/2011/1/5/loading-microsoft-connect-items-to-a-databaseintro.html"&gt;starting a blog series about it&lt;/a&gt;, but the important points are:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;You can now get more direct access to the data.&amp;nbsp; Rob Farley (&lt;a title="http://sqlblog.com/blogs/rob_farley/default.aspx" target="_blank" href="http://sqlblog.com/blogs/rob_farley/default.aspx"&gt;blog&lt;/a&gt; | &lt;a title="http://twitter.com/rob_farley" target="_blank" href="http://twitter.com/rob_farley"&gt;twitter&lt;/a&gt;), for example, has loaded up the Denali bugs into a &lt;a title="http://pivot.lobsterpot.com.au/ConnectItems" target="_blank" href="http://pivot.lobsterpot.com.au/ConnectItems"&gt;pivot collection&lt;/a&gt;, allowing you to do lots of real-time visualization against a wide variety of filters.&amp;nbsp; You can also click through to items that interest you.&lt;br&gt;&amp;nbsp;&lt;br&gt;&lt;/li&gt;&lt;li&gt;Aaron has &lt;a title="http://sqlvariant.com/wordpress/index.php/2011/01/is-the-connect-feed-for-sql-server-in-your-reader/" target="_blank" href="http://sqlvariant.com/wordpress/index.php/2011/01/is-the-connect-feed-for-sql-server-in-your-reader/"&gt;posted a PowerShell script&lt;/a&gt; (you weren't expecting anything other than PowerShell, were you?) that will give you read-only access to the data, empowering you to write your own queries against it.&amp;nbsp; I've already used it to run the following, where I was much happier with the results:&lt;/li&gt;&lt;/ol&gt;&lt;blockquote&gt;&lt;table bgcolor="#eeeeee" cellpadding="0" cellspacing="0"&gt;&lt;tr&gt;&lt;td&gt;&lt;pre style="padding:10px 20px;font-size:12px;font-family:consolas,lucida console,courier new,courier;-moz-background-inline-policy:continuous;"&gt;&lt;font style="color:blue;"&gt;SELECT &lt;/font&gt;*&lt;font style="color:blue;"&gt; FROM&lt;/font&gt; dbo.ConnectItems&lt;br&gt;&lt;font style="color:blue;"&gt;  WHERE&lt;/font&gt; Author = &lt;font color="red"&gt;'aaronbertrand'&lt;/font&gt;&lt;br&gt;&lt;font style="color:blue;"&gt;  AND&lt;/font&gt; UpVoteCount &amp;gt;= 30;&lt;br&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/blockquote&gt;&lt;p style="margin-left:40px;"&gt;Note, though, that the data is not currently complete - the loading is still in process. So I'm not 100% happy with the results, but I know they'll get there.&lt;br&gt;&lt;/p&gt;&lt;p&gt;If you want to stay on top of Connect items for SQL Server, I strongly recommend adding the &lt;a title="https://connect.microsoft.com/rss/68/RecentFeedbackForConnection.xml" target="_blank" href="https://connect.microsoft.com/rss/68/RecentFeedbackForConnection.xml"&gt;new items&lt;/a&gt; and &lt;a title="https://connect.microsoft.com/rss/68/RecentlyModifiedFeedbackForConnection.xml" target="_blank" href="https://connect.microsoft.com/rss/68/RecentlyModifiedFeedbackForConnection.xml"&gt;recently modified items&lt;/a&gt; feeds to your favorite RSS reader.&amp;nbsp; In combination with easier searching, I find this quite useful.&lt;br&gt;&lt;/p&gt;&amp;nbsp;&lt;br&gt;</description></item></channel></rss>