<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A Developer&#039;s Blog &#187; Management Studio</title>
	<atom:link href="http://blog.hoegaerden.be/tag/management-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hoegaerden.be</link>
	<description>SQL Server, BI, .NET, IT and anything else I have been playing with.</description>
	<lastBuildDate>Wed, 01 Feb 2012 16:15:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>SSMS: Saving Changes Not Permitted</title>
		<link>http://blog.hoegaerden.be/2011/09/17/ssms-saving-changes-not-permitted/</link>
		<comments>http://blog.hoegaerden.be/2011/09/17/ssms-saving-changes-not-permitted/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 11:24:38 +0000</pubDate>
		<dc:creator>Valentino Vranken</dc:creator>
				<category><![CDATA[Management Studio]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SSMS]]></category>

		<guid isPermaLink="false">http://blog.hoegaerden.be/2011/09/17/ssms-saving-changes-not-permitted/</guid>
		<description><![CDATA[Here’s another silly one but it catches me every time.  So I decided to write a quick post about it, to never forget about it again! Ever seen this warning message while using the Management Studio? All I did was open the AdventureWorks.Production.Product table in the designer, moved the ListPrice column above the StandardCost column [...]]]></description>
			<content:encoded><![CDATA[<p>Here’s another silly one but it catches me every time.  So I decided to write a quick post about it, to never forget about it again!</p>
<p>Ever seen this warning message while using the Management Studio?</p>
<p><a href="http://blog.hoegaerden.be/wp-content/uploads/image424.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="Warning: Saving changes is not permitted" src="http://blog.hoegaerden.be/wp-content/uploads/image_thumb101.png" border="0" alt="Warning: Saving changes is not permitted" width="700" height="442" /></a></p>
<p>All I did was open the AdventureWorks.Production.Product table in the designer, moved the ListPrice column above the StandardCost column and hit CTRL+S to save changes.  Instead of changing the table, it tells me:</p>
<blockquote><p>Saving changes is not permitted.  The changes you have made require the following tabled to be dropped and re-created.  You have either made changes to a table that can’t be re-created or enabled the option Prevent saving changes that require the table to be re-created.</p></blockquote>
<p>What a message huh?!  It needs to re-create the table, so what, go ahead!  Hang on, even though this is just a Warning, there’s no Continue button!  Ow come on, are you kidding?</p>
<p>Like any good developer that wants to get some work done, you stop reading such a long message after the second line and try to find a solution for your problem.  Too bad, you should have just continued reading the warning message because the solution is actually hidden in there!</p>
<p>If you open up the <em>Options</em> screen from the <em>Tools</em> menu in SSMS, and then drill down to the <em>Designers</em> &gt; <em>Table and Database Designers </em>node, you’ll see an option called <strong>Prevent saving changes that require table re-creation</strong>.  And by default, that option is checked.  Remove the check from that box and you’ll be able to use the table designer as it was intended.</p>
<p><a href="http://blog.hoegaerden.be/wp-content/uploads/image425.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="The &quot;Prevent saving changes that require table re-creation&quot; setting" src="http://blog.hoegaerden.be/wp-content/uploads/image_thumb102.png" border="0" alt="The &quot;Prevent saving changes that require table re-creation&quot; setting" width="700" height="469" /></a></p>
<p>So, here’s your ADSOTD (Annoying Default Setting Of The Day)!</p>
<p><strong>Small note:</strong> be careful when you want to use this feature on a large table.  The script that gets generated in the background to make the changes needs to copy all records from the old table into the new one and that will obviously require some time!</p>
<p>Have fun!</p>
<p>Valentino.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.hoegaerden.be%2F2011%2F09%2F17%2Fssms-saving-changes-not-permitted%2F&amp;title=SSMS%3A%20Saving%20Changes%20Not%20Permitted" id="wpa2a_2"><img src="http://blog.hoegaerden.be/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.hoegaerden.be/2011/09/17/ssms-saving-changes-not-permitted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSMS: Color The Status Bar</title>
		<link>http://blog.hoegaerden.be/2010/03/23/ssms-color-the-status-bar/</link>
		<comments>http://blog.hoegaerden.be/2010/03/23/ssms-color-the-status-bar/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 21:35:15 +0000</pubDate>
		<dc:creator>Valentino Vranken</dc:creator>
				<category><![CDATA[Management Studio]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SSMS]]></category>

		<guid isPermaLink="false">http://blog.hoegaerden.be/2010/03/23/ssms-color-the-status-bar/</guid>
		<description><![CDATA[One is never too old to learn, right?&#160; Here’s a Management Studio feature which has been introduced in SQL Server 2008.&#160; And I’ve discovered it about a month ago.&#160; Since then, I use it every day! What am I talking about?&#160; Well, the Management Studio allows you to link a color to a connection.&#160; Each [...]]]></description>
			<content:encoded><![CDATA[<p>One is never too old to learn, right?&#160; Here’s a Management Studio feature which has been introduced in SQL Server 2008.&#160; And I’ve discovered it about a month ago.&#160; Since then, I use it every day!</p>
<p>What am I talking about?&#160; Well, the Management Studio allows you to link a color to a connection.&#160; Each time when you open a window, the color of the status bar will change to the one linked to the connection to which your window is connected.&#160; Still with me?&#160; Alright, I’ll get the drawing board out.</p>
<p>To link a color to a connection, open up the Connect dropdown in the Object Explorer and choose Database Engine.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Object Explorer: Connect to Database Engine" border="0" alt="Object Explorer: Connect to Database Engine" src="http://blog.hoegaerden.be/wp-content/uploads/image200.png" width="213" height="227" /></p>
<p>That opens up the following familiar screen:</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Connect to Server window" border="0" alt="Connect to Server window" src="http://blog.hoegaerden.be/wp-content/uploads/image201.png" width="426" height="321" /></p>
<p>Do you see the Options button indicated with the red arrow?&#160; Click it to open up additional options that you can set on your connection.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Connection Properties: Use custom color" border="0" alt="Connection Properties: Use custom color" src="http://blog.hoegaerden.be/wp-content/uploads/image202.png" width="426" height="500" /></p>
<p>To link a color to the connection specified in the Login page, activate the <em>Use custom color</em> checkbox and select a color.</p>
<p>Now click the Connect button and open up a new query window.&#160; My favorite way of doing that is to open up the Databases tree node in the Object Explorer, select the database in which I’m interested, and hit CTRL+N.</p>
<p>With the new window open, did you notice the status bar?</p>
<p>Here you can see the status bars from two different query windows connected to two different instances on the same machine.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Purple status bar connected to SQL Server 2008 R2" border="0" alt="Purple status bar connected to SQL Server 2008 R2" src="http://blog.hoegaerden.be/wp-content/uploads/image203.png" width="669" height="27" /></p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Green status bar connected to SQL Server 2008" border="0" alt="Green status bar connected to SQL Server 2008" src="http://blog.hoegaerden.be/wp-content/uploads/image204.png" width="679" height="37" /></p>
<p>The way I use these colors is as follows:</p>
<ul>
<li>Green for the servers in the Development environment </li>
<li>Orange for the servers in the Acceptance environment </li>
<li>Red for the servers in the Production environment </li>
</ul>
<p>This gives you an extra safeguard to ensure that you’re executing that TRUNCATE TABLE statement on the right server.</p>
<p>However, as usual there are some things to take into consideration.</p>
<h2>Things To Keep In Mind</h2>
<h3>localhost is not the same as &lt;YOUR_MACHINE_NAME&gt;</h3>
<p>Be careful when you’re connecting to SQL Server instances on the local machine.&#160; As the title above indicates: “localhost” and “BigBlue” are not the same (assuming that your PC is called BigBlue).&#160; If you want to avoid trouble, set up the same color for both connections from the beginning.</p>
<h3>Registered Servers</h3>
<p>If you’ve got a habit of using the <a title="BOL 2008: Using Registered Servers to Manage Servers" href="http://msdn.microsoft.com/en-us/library/ms173574.aspx" target="_blank">Registered Servers</a> window, it’s important to know that the color specified here is completely separated from the color specified<strong> on the same connection</strong> through the <em>Connect to Server </em>window.</p>
<p>In fact, I believe all connection settings are set up separately when using this tool.</p>
<h3>Change Connection On Open Window</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="Change Connection button" border="0" alt="Change Connection button" align="right" src="http://blog.hoegaerden.be/wp-content/uploads/image205.png" width="37" height="34" />Be careful when you use the<em> Change Connection</em> button on an open window: it messes up the coloring.&#160; More precisely, it will keep the color of the previous connection.</p>
<p>There’s <a title="SSMS Connection Colouring Not Implemented Sensibly" href="https://connect.microsoft.com/SQLServer/feedback/details/533667/ssms-connection-colouring-not-implemented-sensibly?wa=wsignin1.0" target="_blank">a bug filed on Microsoft Connect related to this</a>, current status is Won’t Fix.&#160; Which seems a bit weird: I noticed different behavior on SQL Server 2008 R2.&#160; When changing my connection from SQL Server 2008 to R2, it would update the color to the one linked to R2.&#160; In the other direction, disconnecting from R2 and connecting to SQL 2008, it would not change the color.</p>
<p><strong>Update:</strong> I’ve found a couple additional bug reports on Connect related to this feature. If you’d like to see some consistent coloring behavior (and avoid the risk of executing a TRUNCATE TABLE on the wrong server), please take a moment to vote Yes at the following pages.</p>
<p><a title="Connect: Update status bar colour when changing connections" href="https://connect.microsoft.com/SQLServer/feedback/details/361832/update-status-bar-colour-when-changing-connections" target="_blank">Connect: Update status bar colour when changing connections</a></p>
<p><a title="Connect: [SSMS] Make color coding of query windows work all the time" href="https://connect.microsoft.com/SQLServer/feedback/details/504418/ssms-make-color-coding-of-query-windows-work-all-the-time" target="_blank">Connect: [SSMS] Make color coding of query windows work all the time</a></p>
<h2>Conclusion</h2>
<p>Currently, to get consistent coloring all the time, you need to set up the colour three times for each connection: once in the <em>Connect to Server</em> window, secondly in the <em>Connect to Database Engine </em>window (this is the window that you get when clicking the Change Connection button), and thirdly in the <em>Registered Servers </em>pane (if you’re using this pane).</p>
<p>That’s it for now, have fun coloring those status bars!</p>
<p>Valentino.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.hoegaerden.be%2F2010%2F03%2F23%2Fssms-color-the-status-bar%2F&amp;title=SSMS%3A%20Color%20The%20Status%20Bar" id="wpa2a_4"><img src="http://blog.hoegaerden.be/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.hoegaerden.be/2010/03/23/ssms-color-the-status-bar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Browsing Cube In Management Studio Throws Class String Error</title>
		<link>http://blog.hoegaerden.be/2010/02/12/browsing-cube-in-management-studio-throws-class-string-error/</link>
		<comments>http://blog.hoegaerden.be/2010/02/12/browsing-cube-in-management-studio-throws-class-string-error/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 20:49:34 +0000</pubDate>
		<dc:creator>Valentino Vranken</dc:creator>
				<category><![CDATA[Management Studio]]></category>
		<category><![CDATA[SSMS]]></category>

		<guid isPermaLink="false">http://blog.hoegaerden.be/2010/02/12/browsing-cube-in-management-studio-throws-class-string-error/</guid>
		<description><![CDATA[Using the Management Studio (SSMS) I just received an error which I hadn’t seen before.  Here’s what I was doing. On my freshly-installed Windows 7 64-bit machine I have both SQL Server 2008 SP1 and SQL Server 2008 R2 (NOV CTP) running (both 64-bit as well).  And I just installed the new Contoso data warehouse [...]]]></description>
			<content:encoded><![CDATA[<p>Using the Management Studio (SSMS) I just received an error which I hadn’t seen before.  Here’s what I was doing.</p>
<p>On my freshly-installed Windows 7 64-bit machine I have both SQL Server 2008 SP1 and <a title="Get the SQL Server 2008 R2 November CTP and Self-Service BI Downloads" href="http://www.microsoft.com/sqlserver/2008/en/us/r2.aspx" target="_blank">SQL Server 2008 R2 (NOV CTP)</a> running (both 64-bit as well).  And I just installed the new <a title="Microsoft Contoso BI Demo Dataset for Retail Industry" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=868662dc-187a-4a85-b611-b7df7dc909fc" target="_blank">Contoso</a> data warehouse and OLAP DB.</p>
<p>After setting up the data source connection of the Contoso_Retail OLAP database and processing it successfully, the next logical step is to try and browse the cubes, through the Management Studio.  So that’s what I tried, but unfortunately it gave me the following error:</p>
<p><a href="http://blog.hoegaerden.be/wp-content/uploads/image180.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Invalid class string (Exception from HRESULT: 0x800401F3 (CO_E_CLASSSTRING)" src="http://blog.hoegaerden.be/wp-content/uploads/image_thumb52.png" border="0" alt="Invalid class string (Exception from HRESULT: 0x800401F3 (CO_E_CLASSSTRING)" width="680" height="361" /></a></p>
<p>Hmm, okay, that doesn’t look good!  “Invalid class string”, what does that mean??</p>
<p>So I tried the link that says “Click here to see detailed error information”, which gave me this:</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Error pop-up: I don't see the details" src="http://blog.hoegaerden.be/wp-content/uploads/image181.png" border="0" alt="Error pop-up: I don't see the details" width="680" height="142" /></p>
<p>I’m sorry, but where exactly are the details in this message?</p>
<p>Luckily a quick internet search gave me the solution (and reminded me of something which I actually knew but just didn’t think of because it’s all running in a totally new environment).</p>
<p>To browse cubes, SSMS is using a component from the “Microsoft Office 2003 Web Components” package, whatever that that means.</p>
<p>And the solution (<a title="SQL Server Developer Center - SSAS forum" href="http://social.msdn.microsoft.com/Forums/en-US/sqlanalysisservices/thread/20cff7ec-a69f-4a98-ab8a-c736cf17b4bb?prof=required" target="_blank">as described here</a>) is to:</p>
<ul>
<li>Open the list of installed programs (Windows Key + R &gt; appwiz.cpl &gt; enter)</li>
<li>Locate the Office 2003 Web Components, right-click and select Change</li>
<li>Follow the wizard to repair/reinstall the components</li>
</ul>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Programs and Features" src="http://blog.hoegaerden.be/wp-content/uploads/image182.png" border="0" alt="Programs and Features" width="684" height="393" /></p>
<p>And now I am able to browse the cube without any issue!</p>
<p>Have fun!</p>
<p>Valentino.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.hoegaerden.be%2F2010%2F02%2F12%2Fbrowsing-cube-in-management-studio-throws-class-string-error%2F&amp;title=Browsing%20Cube%20In%20Management%20Studio%20Throws%20Class%20String%20Error" id="wpa2a_6"><img src="http://blog.hoegaerden.be/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.hoegaerden.be/2010/02/12/browsing-cube-in-management-studio-throws-class-string-error/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>SSMS Showing Incorrect Version Numbers In Object Explorer</title>
		<link>http://blog.hoegaerden.be/2010/01/10/ssms-showing-incorrect-version-numbers-in-object-explorer/</link>
		<comments>http://blog.hoegaerden.be/2010/01/10/ssms-showing-incorrect-version-numbers-in-object-explorer/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 23:21:23 +0000</pubDate>
		<dc:creator>Valentino Vranken</dc:creator>
				<category><![CDATA[Management Studio]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Integration Services 2008]]></category>
		<category><![CDATA[Reporting Services 2008]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[SSMS]]></category>
		<category><![CDATA[SSRS]]></category>

		<guid isPermaLink="false">http://blog.hoegaerden.be/2010/01/10/ssms-showing-incorrect-version-numbers-in-object-explorer/</guid>
		<description><![CDATA[Ever since I upgraded to SQL Server 2008 Service Pack 1 I noticed that the Management Studio was reporting incorrect version numbers when connected to Integration or Reporting Services.&#160; This incorrect version number is located to the right of the server instance in the Object Explorer. As usual, a picture says so much more than [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since I upgraded to SQL Server 2008 Service Pack 1 I noticed that the Management Studio was reporting incorrect version numbers when connected to Integration or Reporting Services.&#160; This incorrect version number is located to the right of the server instance in the Object Explorer.</p>
<p>As usual, a picture says so much more than … :</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Object Explorer showing wrong version numbers" border="0" alt="Object Explorer showing wrong version numbers" src="http://blog.hoegaerden.be/wp-content/uploads/image139.png" width="436" height="116" /> </p>
<p>As I have <a title="10.0.2531.0" href="http://blog.hoegaerden.be/2009/04/12/10025310/" target="_blank">posted earlier</a>, 10.0.2531 is the version number for SP1, while 10.0.1600 is the original RTM version number.</p>
<p>I never really spent time looking for an answer to this.&#160; It was obviously a bug but I could live with it and someone else would probably already have filed it as being a bug.&#160; So recently I came across <a title="SSIS 2008 - Beware of incorrect version stamp in SSMS" href="http://www.ssistalk.com/2010/01/04/ssis-2008-beware-of-incorrect-version-stamp-in-ssms/" target="_blank">a post by Phil Brammer</a> that mentioned this issue.&#160; This post got a comment from <a title="SSIS Team Blog - A blog about SQL Server Integration Services (SSIS) from a developer on the team." href="http://blogs.msdn.com/mattm/" target="_blank">Matt Masson</a>, a developer on the SSIS team.&#160; Have a look at the comment but in short: the version numbers that are being shown in the Object Explorer are actually the version numbers of the service’s .exe file!&#160; And SSMS is now showing the wrong number because these files didn’t get an update in SP1.</p>
<p>After a little search I found the <a title="Incorrect Version (build) number in SSMS with SSRS and SSIS" href="https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=422562&amp;wa=wsignin1.0" target="_blank">bug report on Microsoft Connect</a>, reported on March 11, 2009, by <a title="Dan English&#39;s BI Blog" href="http://denglishbi.spaces.live.com/" target="_blank">Dan English</a>.&#160; Its status is Fixed but it seems that it isn’t.&#160; At least, looking at the comments, <a title="Cumulative Update Package 5 for SQL Server 2008 Service Pack 1" href="http://support.microsoft.com/kb/975977/LN/" target="_blank">CU5 (Cumulative Update) for SQL Server 2008 SP1</a> is still showing the problem.&#160; So I guess you could go over to the Connect page and click on that Yes button if you’re interested in seeing this fixed.&#160; After all, it could be quite misleading to novice DB guys and gals…</p>
<p>On this same subject, there’s another <a title="Reporting Services: What’s my version?" href="http://blogs.msdn.com/psssql/archive/2009/09/30/reporting-services-what-s-my-version.aspx" target="_blank">interesting post by Adam W. Saxton</a>, a member of the Microsoft SQL Server Escalation Services Team.&#160; In this post he takes a closer look at the SQL Server 2008 Reporting Services version number after having installed CU2.</p>
<p><strong>Conclusion:</strong> if you need to find out what version your server is running, do not rely on the version numbers that you see in the Object Explorer.&#160; As Adam explained, one way is to look at the version numbers of the files that were included in the upgrade.&#160; But that may a bit of an overkill.&#160; My favorite way, assuming that all components of the SQL Server installation have been upgraded to the same version, is to use the following query:</p>
<div>
<pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #0000ff">SELECT</span> @@VERSION;</pre>
</div>
<p>&#160;</p>
<p>On my machine that comes back with the following result:</p>
<blockquote>
<p>Microsoft SQL Server 2008 (SP1) &#8211; 10.0.2531.0 (Intel X86)&#160;&#160; Mar 29 2009 10:27:29&#160;&#160; Copyright (c) 1988-2008 Microsoft Corporation&#160; Developer Edition on Windows NT 5.1 &lt;X86&gt; (Build 2600: Service Pack 3) </p>
</blockquote>
<p>And remember, have fun!</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.hoegaerden.be%2F2010%2F01%2F10%2Fssms-showing-incorrect-version-numbers-in-object-explorer%2F&amp;title=SSMS%20Showing%20Incorrect%20Version%20Numbers%20In%20Object%20Explorer" id="wpa2a_8"><img src="http://blog.hoegaerden.be/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.hoegaerden.be/2010/01/10/ssms-showing-incorrect-version-numbers-in-object-explorer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SSIS 2005 from SSMS 2008? No.</title>
		<link>http://blog.hoegaerden.be/2009/02/08/ssis-2005-from-ssms-2008-no/</link>
		<comments>http://blog.hoegaerden.be/2009/02/08/ssis-2005-from-ssms-2008-no/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 22:09:27 +0000</pubDate>
		<dc:creator>Valentino Vranken</dc:creator>
				<category><![CDATA[Integration Services]]></category>
		<category><![CDATA[Management Studio]]></category>
		<category><![CDATA[Reporting Services]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[SSMS]]></category>
		<category><![CDATA[SSRS]]></category>

		<guid isPermaLink="false">http://blog.hoegaerden.be/2009/02/08/ssis-2005-from-ssms-2008-no/</guid>
		<description><![CDATA[Having trouble connecting to your 2005 Integration Services using Management Studio 2008?  Even when you only have SQL Server Integration Services running, and not version 10.0? To make it even better, have you noticed that SQL Server Integration Services 10.0 will start up when you connect to it from SSMS 2008? Well, that&#8217;s by design.  [...]]]></description>
			<content:encoded><![CDATA[<p>Having trouble connecting to your 2005 Integration Services using Management Studio 2008?  Even when you only have SQL Server Integration Services running, and not version 10.0?</p>
<p><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" src="http://blog.hoegaerden.be/wp-content/uploads/image8.png" border="0" alt="Integration Services" width="457" height="40" /></p>
<p>To make it even better, have you noticed that SQL Server Integration Services 10.0 will start up when you connect to it from SSMS 2008?</p>
<p>Well, that&#8217;s by design.  SSMS 2008 can only connect to SSIS 2008.  And SSMS 2005 can only connect to SSIS 2005.  So don&#8217;t go uninstalling the 2005 Management Studio to save some space if you use Integration Services 2005!</p>
<p>There&#8217;s some (limited) info on <a title="SSMS 2008 RTM is unable to connect to SSIS 2005 SP2" href="https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=363010" target="_blank">Microsoft</a> <a title="Can't connect to SSIS 2005 from SSMS CTP5" href="http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=315076" target="_blank">Connect</a> and on <a title="SSMS 2008 can't connect to SSIS 2005" href="http://www.sqlservercentral.com/Forums/Topic560372-391-1.aspx" target="_blank">SQL Server Central</a>.</p>
<p><strong>Update</strong>: when trying to use SSMS 2008 to connect to SSRS 2005, an error coming from the Report Server WMI provider will show up complaining about a couple of invalid namespaces (Microsoft.SqlServer.Management.UI.RSClient and System.Management).  It has been reported as a <a title="SQL 2008 Management Studio and SQL 2005 Reporting Services" href="https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=361680&amp;wa=wsignin1.0" target="_blank">bug on Microsoft Connect</a>.  Microsoft&#8217;s feedback is that the issue is caused by a breaking change in the WMI namespace and that it won&#8217;t be fixed.</p>
<p>So there you go, neither Reporting Services nor Integration Services 2005 can be connected to using Management Studio 2008.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.hoegaerden.be%2F2009%2F02%2F08%2Fssis-2005-from-ssms-2008-no%2F&amp;title=SSIS%202005%20from%20SSMS%202008%3F%20No." id="wpa2a_10"><img src="http://blog.hoegaerden.be/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.hoegaerden.be/2009/02/08/ssis-2005-from-ssms-2008-no/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Stop that MDX query!</title>
		<link>http://blog.hoegaerden.be/2009/01/09/stop-that-mdx-query/</link>
		<comments>http://blog.hoegaerden.be/2009/01/09/stop-that-mdx-query/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 19:12:12 +0000</pubDate>
		<dc:creator>Valentino Vranken</dc:creator>
				<category><![CDATA[Analysis Services]]></category>
		<category><![CDATA[Management Studio]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[MDX]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SSAS]]></category>
		<category><![CDATA[SSMS]]></category>

		<guid isPermaLink="false">http://blog.hoegaerden.be/2009/01/09/stop-that-mdx-query/</guid>
		<description><![CDATA[Have you ever had the situation that you wrote an MDX query to get some data out of a cube in Management Studio and executed it and waited and waited and the query never seems to end so you decide to cancel it so you click the red square button and then you wait and [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever had the situation that you wrote an MDX query to get some data out of a cube in Management Studio and executed it and waited and waited and the query never seems to end so you decide to cancel it so you click the red square button and then you wait and wait and wait some more and&#8230;.  Well, it&#8217;s a bug.</p>
<p>And the worst part of it, in my opinion, is that, even when you close your client connection to Analysis Services, the query keeps running on the server consuming CPU and memory and will finally take it down.</p>
<p>The good part is that Microsoft has fixed it in Cumulative Update 2 for Service Pack 2 for SQL Server 2005.  And now of course SP3 can be used as well to fix this situation.</p>
<p>The bug is described here: <a href="http://support.microsoft.com/kb/935832" target="_blank">http://support.microsoft.com/kb/935832</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.hoegaerden.be%2F2009%2F01%2F09%2Fstop-that-mdx-query%2F&amp;title=Stop%20that%20MDX%20query%21" id="wpa2a_12"><img src="http://blog.hoegaerden.be/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.hoegaerden.be/2009/01/09/stop-that-mdx-query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

