<?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 'DMVs', 'setup', and 'Connect'</title><link>http://sqlblog.com/search/SearchResults.aspx?o=DateDescending&amp;tag=DMVs,setup,Connect&amp;orTags=0</link><description>Search results matching tags 'DMVs', 'setup', and 'Connect'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>Connect digest : 2009-07-04</title><link>http://sqlblog.com/blogs/aaron_bertrand/archive/2009/07/04/connect-digest-2009-07-04.aspx</link><pubDate>Sat, 04 Jul 2009 14:07:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:15084</guid><dc:creator>AaronBertrand</dc:creator><description>&lt;p&gt;I know most readers are out polishing their grills, buying hamburger buns and preparing potato and macaroni salads.&amp;nbsp; I am recovering from a pre-4th party, so here I am, groggy and online, finally not the host of Independence Day madness.&amp;nbsp; :-) &lt;/p&gt;&lt;p&gt;This week I only have a few entries for the Connect digest:&lt;/p&gt;&lt;p&gt;=================================&lt;/p&gt;&lt;p&gt;&lt;a href="http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=471201" title="http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=471201" target="_blank"&gt;#471201 : Incorrect query results with Enterprise edition indexed view substitution and NULL usage.&lt;br&gt;&lt;/a&gt; &lt;/p&gt;&lt;p&gt;This is a new one filed this past week, which Microsoft believes they have fixed, in spite of the fact that several other people, myself included, have confirmed that it still exists in current builds.&amp;nbsp; It is also an issue in SQL Server 2005, which they fail to acknowledge.&lt;/p&gt;&lt;p&gt;=================================&lt;/p&gt;&lt;p&gt;&lt;a href="http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=472439" title="http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=472439" target="_blank"&gt;#472439 : Indexed View create via CREATE SCHEMA statement can produce error 8646 during updates&lt;/a&gt; &lt;br&gt;&lt;/p&gt;&lt;p&gt;Another indexed view issue filed yesterday, and also involving NULLs, in this item the submitter shows how a simple indexed view with two rows can succumb to the 8646 error (unable to find index entry) and the ominous:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;font face="courier new,courier"&gt;Msg 0, Level 20, State 0, Line 0&lt;br&gt;A severe error occurred on the current command. The results, if any, should be discarded. &lt;br&gt;&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;=================================&lt;/p&gt;&lt;p&gt;&lt;a href="http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=257502%20" title="http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=257502 " target="_blank"&gt;#257502 : Deprecation of sysprocesses - DMV's doesn't fully replace all columns&lt;/a&gt;&lt;/p&gt;&lt;p&gt;This is one that many of us have been complaining about since 2005 was released : because sys.dm_exec_requests only shows *active* sessions, and it is the primary place to obtain database context, it is very cumbersome to get database context for sessions that are not currently performing work.&amp;nbsp; You also can't easily get the open transaction count from the new DMVs.&amp;nbsp; This information was readily available in sysprocesses, of course, though we have been told that we should stop using this system table (actually now a backward-compatibility view) in favor of the new views.&amp;nbsp; But Microsoft simply can't deprecate sysprocesses until they duplicate its functionality elsewhere.&lt;br&gt;&lt;/p&gt;&lt;p&gt;=================================&lt;/p&gt;
&lt;p&gt;&lt;a href="http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=472266" title="http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=472266" target="_blank"&gt;#472266 : Install fails when choosing a path for tempdb two folders deep&lt;/a&gt; &lt;br&gt;&lt;/p&gt;&lt;p&gt;This was an interesting one filed this week, where installation of SQL Server 2008 fails if you specify a folder for tempdb that contains the name "tempdb" (which is certainly a valid approach).&amp;nbsp; The submitter did not get the symptom right; they think it has something to do with the number of folders in the path, but it is still an issue that Microsoft should look at.&lt;br&gt;&lt;/p&gt;&lt;p&gt;=================================&lt;/p&gt;

&lt;p&gt;&lt;a href="http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=472518" title="http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=472518" target="_blank"&gt;SQL Management Studio 2008 - enter Data Type of datetimeoffset(0) reverts to datetimeoffset(7)&lt;/a&gt;&lt;/p&gt;&lt;p&gt;More issues with the table designer... it's like a never-ending stream of scenarios that weren't tested or were deemed "good enough."&amp;nbsp; This time someone noticed that when you tab out of a DATETIMEOFFSET column's data type, after having changed the precision to 0, it reverts to 7.&amp;nbsp; Some related Connect items: &lt;/p&gt;&lt;p&gt;&lt;a href="http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=333445" title="http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=333445" target="_blank"&gt;#333445 : SSMS 2005 - Bug Table Designer substitues its own length , loses user input on changing data types &lt;/a&gt;&lt;/p&gt;&lt;a href="http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=366117" title="http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=366117" target="_blank"&gt;#366117 : RTM, SSMS: changing precision on datetime2 from default in table designer reverts back to 7 &lt;/a&gt;&lt;br&gt;&lt;p&gt;&lt;a href="http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=124872%20" title="http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=124872 " target="_blank"&gt;#124872 : Table Designer does not support newSequentialId()&lt;/a&gt;&lt;/p&gt;&lt;a href="http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=362699" title="http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=362699" target="_blank"&gt;#362699 : 2008 RTM, SSMS/Engine: Table designer doesn't script WHERE clause in filtered indexes&lt;/a&gt;&lt;p&gt;&lt;a href="http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=124658" title="http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=124658" target="_blank"&gt;#124658 : SSMS Table Designer adds unwanted default to uniqueidentifier column&lt;br&gt;&lt;/a&gt; &lt;/p&gt;&lt;p&gt;=================================&lt;/p&gt;&lt;p&gt;Sorry I couldn't collate more this week, but as New England is seeing the sun for the first time in weeks, I really feel the need to go out and enjoy the holiday!&lt;br&gt;&lt;/p&gt;</description></item><item><title>Connect digest : 2009-05-02 : please vote!</title><link>http://sqlblog.com/blogs/aaron_bertrand/archive/2009/05/02/connect-digest-2009-05-02.aspx</link><pubDate>Sat, 02 May 2009 17:36:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:13717</guid><dc:creator>AaronBertrand</dc:creator><description>&lt;p&gt;Here are this week's set of Connect items that I wanted to bring to your attention to increase visibility (and, more importantly, vote count).&amp;nbsp; Two are about SQL Server and two are about Connect itself.&lt;br&gt;&lt;font size="4"&gt;&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/font&gt;====================&lt;br&gt;
&lt;/p&gt;&lt;p&gt;&lt;font size="4"&gt;&lt;b&gt;SQL Server&lt;/b&gt;&lt;/font&gt;&lt;br&gt;&lt;br&gt;====================&lt;br&gt;
&lt;br&gt;
&lt;span style="font-weight:bold;"&gt;A cleaner and more reliable way to remove an instance of SQL Server&lt;/span&gt;&lt;br&gt;
&lt;br&gt;I asked for this last February; a tool or utility that really removes an instance, since Add/Remove Programs often fails, requires very specific order of operations, and can often leave things behind that block later installations.&amp;nbsp; It is closed as "fixed" because they plan to release better documentation about it.&amp;nbsp; I still think that it would be very beneficial to have a tool of some kind so that you don't have to walk through all of the tedious steps listed in some KB article (which I'm not sure has arrived yet).&lt;/p&gt;&lt;p&gt;This item got a lot of attention from some guy named Brian Shepherd, and I will reserve comments about his apparent state of mind when he was adding his two cents.&lt;br&gt;
&lt;br&gt;
#329054 : Setup : Please provide a utility that removes an instance&lt;br&gt;
&lt;a href="http://connect.microsoft.com/SQL/feedback/ViewFeedback.aspx?FeedbackID=329054" title="http://connect.microsoft.com/SQL/feedback/ViewFeedback.aspx?FeedbackID=329054" target="_blank"&gt;http://connect.microsoft.com/SQL/feedback/ViewFeedback.aspx?FeedbackID=329054&lt;/a&gt;&lt;br&gt;

&lt;/p&gt;&lt;p&gt;====================&lt;br&gt;
&lt;br&gt;&lt;span style="font-weight:bold;"&gt;
Persist DMV data beyond restarts and failovers&lt;/span&gt;&lt;br&gt;
&lt;br&gt;Last May I filed this item, after a conversation with fellow MVP Greg Linwood, asking for the ability to persist DMV data beyond service restarts and failovers.&amp;nbsp; I have yet to get back to the item to post comments about which DMVs I would favor.&amp;nbsp; Hopefully you can help with this by voicing your opinions about which ones *you* want to see persisted.&lt;br&gt;
&lt;br&gt;
#345055 : DMVs : add option to persist data between restarts&lt;br&gt;&lt;a href="http://connect.microsoft.com/SQL/feedback/ViewFeedback.aspx?FeedbackID=345055" title="http://connect.microsoft.com/SQL/feedback/ViewFeedback.aspx?FeedbackID=345055" target="_blank"&gt;
http://connect.microsoft.com/SQL/feedback/ViewFeedback.aspx?FeedbackID=345055&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
====================&lt;br&gt;&lt;br&gt;&lt;font size="4"&gt;&lt;b&gt;Connect &lt;/b&gt;&lt;/font&gt;&lt;br&gt;&lt;br&gt;====================&lt;br&gt;&lt;br&gt;&lt;span style="font-weight:bold;"&gt;Allow us to make attachments visible&lt;/span&gt;&lt;br style="font-weight:bold;"&gt;&lt;br&gt;Jim Keir posted this suggestion, which asks for the ability to make our attachments visible to the public.&amp;nbsp; Currently the attachments are visible only to Microsoft (once submitted, not even to the submitter!), due to data privacy concerns.&amp;nbsp; I appreciate that their may be data security issues, and that attachments should be private by default, but Connect should allow me to specify that specific attachments *can* be viewed by anyone.&amp;nbsp; My typical workaround for this (since many of my suggestions or bugs involve screen shots) is to also post the screen shot to my web site, and add a URL as part of the Connect item (which you can't make clickable).&amp;nbsp; All of this is tedious and unnecessary.&lt;br&gt;&lt;br&gt;#416225 : Attachments to be optionally publicly viewable&lt;br&gt;&lt;a href="http://connect.microsoft.com/Connect/feedback/ViewFeedback.aspx?FeedbackID=416225" title="http://connect.microsoft.com/Connect/feedback/ViewFeedback.aspx?FeedbackID=416225" target="_blank"&gt;http://connect.microsoft.com/Connect/feedback/ViewFeedback.aspx?FeedbackID=416225&lt;/a&gt;&lt;br&gt;&lt;br&gt;====================&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Make voting and validation more intuitive&lt;/span&gt;&lt;br style="font-weight:bold;"&gt;
&lt;br&gt;
I agree with fellow MVP Adam Machanic here; I have witnessed several people not quite sure how to vote, not realizing that you have to click on the stars, and others who don't understand the difference between voting and validating.&amp;nbsp; (I also think you should not be able to validate your own issue; you filed it, of course you can reproduce it.&amp;nbsp; But that's a different issue.)&lt;/p&gt;&lt;p&gt;I am not sure what the best solution is, but I don't think the current solution is adequate. &lt;br&gt;
&lt;br&gt;
#367602 : Connect usability: Validation and voting boxes&lt;br&gt;
&lt;a href="http://connect.microsoft.com/Connect/feedback/ViewFeedback.aspx?FeedbackID=367602" title="http://connect.microsoft.com/Connect/feedback/ViewFeedback.aspx?FeedbackID=367602" target="_blank"&gt;http://connect.microsoft.com/Connect/feedback/ViewFeedback.aspx?FeedbackID=367602&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
==================== &lt;br&gt;&lt;/p&gt;</description></item></channel></rss>