<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Tabs Studio Blog (organizing Visual Studio document tabs) &#187; SSMS</title>
	<atom:link href="http://blog.tabsstudio.com/tag/ssms/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tabsstudio.com</link>
	<description>Tabs Studio Blog (the Visual Studio add-in development)</description>
	<lastBuildDate>Wed, 01 Feb 2012 11:43:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.tabsstudio.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/ba78d6f4bf22b80ac4a0065cc7ce4b14?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Tabs Studio Blog (organizing Visual Studio document tabs) &#187; SSMS</title>
		<link>http://blog.tabsstudio.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.tabsstudio.com/osd.xml" title="Tabs Studio Blog (organizing Visual Studio document tabs)" />
	<atom:link rel='hub' href='http://blog.tabsstudio.com/?pushpress=hub'/>
		<item>
		<title>Running SQL Server Management Studio as administrator</title>
		<link>http://blog.tabsstudio.com/2011/03/04/running-sql-server-management-studio-as-administrator/</link>
		<comments>http://blog.tabsstudio.com/2011/03/04/running-sql-server-management-studio-as-administrator/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 03:29:07 +0000</pubDate>
		<dc:creator>Sergey Vlasov</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SSMS]]></category>

		<guid isPermaLink="false">http://blog.tabsstudio.com/?p=1268</guid>
		<description><![CDATA[If you start SSMS as administrator on a Windows 7 machine with UAC on, you get the Class not registered error number 80040154 for the TabsStudio.Connect class: Tabs Studio installation for SSMS includes registration of the TabsStudio.Connect class for the current user. On a Windows 7 machine with UAC enabled, elevated applications (in this case [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tabsstudio.com&amp;blog=7500212&amp;post=1268&amp;subd=tabsstudio&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you start SSMS as administrator on a Windows 7 machine with UAC on, you get the <b>Class not registered</b> error number 80040154 for the TabsStudio.Connect class:<br />
<div id="attachment_1271" class="wp-caption aligncenter" style="width: 329px"><a href="http://tabsstudio.files.wordpress.com/2011/03/running-sql-server-management-studio-as-administrator.png"><img src="http://tabsstudio.files.wordpress.com/2011/03/running-sql-server-management-studio-as-administrator.png" alt="Running SQL Server Management Studio as administrator" title="Running SQL Server Management Studio as administrator" width="319" height="117" class="size-full wp-image-1271" /></a><p class="wp-caption-text">Running SQL Server Management Studio as administrator</p></div><br />
<div id="attachment_1269" class="wp-caption aligncenter" style="width: 492px"><a href="http://tabsstudio.files.wordpress.com/2011/03/class-not-registered-error-80040154-in-ssms.png"><img src="http://tabsstudio.files.wordpress.com/2011/03/class-not-registered-error-80040154-in-ssms.png" alt="Class not registered error 80040154 in SSMS" title="Class not registered error 80040154 in SSMS" width="482" height="420" class="size-full wp-image-1269" /></a><p class="wp-caption-text">Class not registered error 80040154 in SSMS</p></div></p>
<p>
Tabs Studio installation for SSMS includes registration of the TabsStudio.Connect class for the current user. On a Windows 7 machine with UAC enabled, elevated applications (in this case SSMS running as admin) don&#8217;t see registered per-user COM classes (see <a href="http://blogs.msdn.com/b/cjacks/archive/2008/06/06/per-user-com-registrations-and-elevated-processes-with-uac-on-windows-vista-sp1.aspx">Per-User COM Registrations and Elevated Processes with UAC on Windows Vista SP1</a> for more details). I can&#8217;t add per-machine TabsStudio.Connect registration to the installer because it runs without admin rights. A workaround is to register TabsStudio.Connect per-machine manually, double clicking a registration file I&#8217;ve prepared.
</p>
<p>
SSMS is a 32-bit application. Running on 32-bit Windows it uses per-machine COM registration from HKEY_LOCAL_MACHINE\Software\Classes\CLSID, on 64-bit Windows &#8211; HKEY_LOCAL_MACHINE\Software\Classes\WOW6432node\CLSID (see <a href="http://support.microsoft.com/kb/896459/en-us">Registry changes in x64-based versions of Windows Server 2003 and in Windows XP Professional x64 Edition</a>). I&#8217;ve prepared two registration files &#8211; <a href="http://www.tabsstudio.com/download/etc/TabsStudio_SSMS_Admin_64bit.reg">one for 64-bit Windows</a> and <a href="http://www.tabsstudio.com/download/etc/TabsStudio_SSMS_Admin_32bit.reg">one for 32-bit Windows</a>.
</p>
<p>
Note that after unsuccessful loading SSMS disables Tabs Studio and doesn&#8217;t try to load again on a next start. To enable Tabs Studio startup loading you can reinstall Tabs Studio or change HKCU\Software\Microsoft\Microsoft SQL Server\100\Tools\Shell\Addins\TabsStudio.Connect\LoadBehavior from 0 to 3.
</p>
<p>Download links for per-machine TabsStudio.Connect class registration: <a href="http://www.tabsstudio.com/download/etc/TabsStudio_SSMS_Admin_32bit.reg">SSMS on Windows 32-bit</a>, <a href="http://www.tabsstudio.com/download/etc/TabsStudio_SSMS_Admin_64bit.reg">SSMS on Windows 64-bit</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tabsstudio.wordpress.com/1268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tabsstudio.wordpress.com/1268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tabsstudio.wordpress.com/1268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tabsstudio.wordpress.com/1268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tabsstudio.wordpress.com/1268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tabsstudio.wordpress.com/1268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tabsstudio.wordpress.com/1268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tabsstudio.wordpress.com/1268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tabsstudio.wordpress.com/1268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tabsstudio.wordpress.com/1268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tabsstudio.wordpress.com/1268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tabsstudio.wordpress.com/1268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tabsstudio.wordpress.com/1268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tabsstudio.wordpress.com/1268/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tabsstudio.com&amp;blog=7500212&amp;post=1268&amp;subd=tabsstudio&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.tabsstudio.com/2011/03/04/running-sql-server-management-studio-as-administrator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34b5ec4a143dd4a12a8be0a65f71b0df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svprogramming</media:title>
		</media:content>

		<media:content url="http://tabsstudio.files.wordpress.com/2011/03/running-sql-server-management-studio-as-administrator.png" medium="image">
			<media:title type="html">Running SQL Server Management Studio as administrator</media:title>
		</media:content>

		<media:content url="http://tabsstudio.files.wordpress.com/2011/03/class-not-registered-error-80040154-in-ssms.png" medium="image">
			<media:title type="html">Class not registered error 80040154 in SSMS</media:title>
		</media:content>
	</item>
		<item>
		<title>No default SSMS tab grouping</title>
		<link>http://blog.tabsstudio.com/2011/02/27/no-default-ssms-tab-grouping/</link>
		<comments>http://blog.tabsstudio.com/2011/02/27/no-default-ssms-tab-grouping/#comments</comments>
		<pubDate>Sun, 27 Feb 2011 16:17:19 +0000</pubDate>
		<dc:creator>Sergey Vlasov</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SSMS]]></category>

		<guid isPermaLink="false">http://blog.tabsstudio.com/?p=1248</guid>
		<description><![CDATA[The most frequent support question I receive is how to work with tabs in SQL Server Management Studio. To improve the first impression for Tabs Studio in SSMS, I&#8217;ve decided to disable default SSMS tab grouping: If you want tab grouping, two sample expressions equal to the default regex in previous releases are readily available:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tabsstudio.com&amp;blog=7500212&amp;post=1248&amp;subd=tabsstudio&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The most frequent support question I receive is how to work with tabs in SQL Server Management Studio. To improve the first impression for Tabs Studio in SSMS, I&#8217;ve decided to disable default SSMS tab grouping:<br />
<div id="attachment_1249" class="wp-caption aligncenter" style="width: 684px"><a href="http://tabsstudio.files.wordpress.com/2011/02/no-tab-grouping-in-ssms-by-default.png"><img src="http://tabsstudio.files.wordpress.com/2011/02/no-tab-grouping-in-ssms-by-default.png" alt="No tab grouping in SSMS by default" title="No tab grouping in SSMS by default" width="674" height="522" class="size-full wp-image-1249" /></a><p class="wp-caption-text">No tab grouping in SSMS by default</p></div><br />
If you want tab grouping, two sample expressions equal to the default regex in previous releases are readily available:<br />
<div id="attachment_1250" class="wp-caption aligncenter" style="width: 785px"><a href="http://tabsstudio.files.wordpress.com/2011/02/ssms-tab-grouping-snippets.png"><img src="http://tabsstudio.files.wordpress.com/2011/02/ssms-tab-grouping-snippets.png" alt="SSMS tab grouping snippets" title="SSMS tab grouping snippets" width="775" height="476" class="size-full wp-image-1250" /></a><p class="wp-caption-text">SSMS tab grouping snippets</p></div></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tabsstudio.wordpress.com/1248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tabsstudio.wordpress.com/1248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tabsstudio.wordpress.com/1248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tabsstudio.wordpress.com/1248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tabsstudio.wordpress.com/1248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tabsstudio.wordpress.com/1248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tabsstudio.wordpress.com/1248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tabsstudio.wordpress.com/1248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tabsstudio.wordpress.com/1248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tabsstudio.wordpress.com/1248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tabsstudio.wordpress.com/1248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tabsstudio.wordpress.com/1248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tabsstudio.wordpress.com/1248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tabsstudio.wordpress.com/1248/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tabsstudio.com&amp;blog=7500212&amp;post=1248&amp;subd=tabsstudio&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.tabsstudio.com/2011/02/27/no-default-ssms-tab-grouping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34b5ec4a143dd4a12a8be0a65f71b0df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svprogramming</media:title>
		</media:content>

		<media:content url="http://tabsstudio.files.wordpress.com/2011/02/no-tab-grouping-in-ssms-by-default.png" medium="image">
			<media:title type="html">No tab grouping in SSMS by default</media:title>
		</media:content>

		<media:content url="http://tabsstudio.files.wordpress.com/2011/02/ssms-tab-grouping-snippets.png" medium="image">
			<media:title type="html">SSMS tab grouping snippets</media:title>
		</media:content>
	</item>
		<item>
		<title>Special tab titles in SSMS</title>
		<link>http://blog.tabsstudio.com/2010/03/15/special-tab-titles-in-ssms/</link>
		<comments>http://blog.tabsstudio.com/2010/03/15/special-tab-titles-in-ssms/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 08:11:08 +0000</pubDate>
		<dc:creator>Sergey Vlasov</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SSMS]]></category>

		<guid isPermaLink="false">http://blog.tabsstudio.com/?p=805</guid>
		<description><![CDATA[SQL Server Management Studio adds the [ReadOnly] prefix to the window title for read only scripts. It also adds Debugging&#8230; and Executing&#8230; suffixes when SQL scripts are debugged and executed: I&#8217;ve added additional processing for such titles that removes excessive text and adds appropriate status icons:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tabsstudio.com&amp;blog=7500212&amp;post=805&amp;subd=tabsstudio&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>SQL Server Management Studio adds the <i>[ReadOnly]</i> prefix to the window title for read only scripts. It also adds <i>Debugging&#8230;</i> and <i>Executing&#8230;</i> suffixes when SQL scripts are debugged and executed:<br />
<div id="attachment_807" class="wp-caption aligncenter" style="width: 415px"><a href="http://tabsstudio.files.wordpress.com/2010/03/read-only-debugging-and-executing-tabs-in-ssms-2008.png"><img src="http://tabsstudio.files.wordpress.com/2010/03/read-only-debugging-and-executing-tabs-in-ssms-2008.png" alt="Read only, debugging and executing tabs in SSMS 2008" title="Read only, debugging and executing tabs in SSMS 2008" width="405" height="235" class="size-full wp-image-807" /></a><p class="wp-caption-text">Read only, debugging and executing tabs in SSMS 2008</p></div><br />
I&#8217;ve added additional processing for such titles that removes excessive text and adds appropriate status icons:<br />
<div id="attachment_806" class="wp-caption aligncenter" style="width: 392px"><a href="http://tabsstudio.files.wordpress.com/2010/03/updated-tabs-view.png"><img src="http://tabsstudio.files.wordpress.com/2010/03/updated-tabs-view.png" alt="Updated tabs view" title="Updated tabs view" width="382" height="22" class="size-full wp-image-806" /></a><p class="wp-caption-text">Updated tabs view</p></div></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tabsstudio.wordpress.com/805/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tabsstudio.wordpress.com/805/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tabsstudio.wordpress.com/805/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tabsstudio.wordpress.com/805/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tabsstudio.wordpress.com/805/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tabsstudio.wordpress.com/805/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tabsstudio.wordpress.com/805/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tabsstudio.wordpress.com/805/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tabsstudio.wordpress.com/805/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tabsstudio.wordpress.com/805/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tabsstudio.wordpress.com/805/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tabsstudio.wordpress.com/805/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tabsstudio.wordpress.com/805/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tabsstudio.wordpress.com/805/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tabsstudio.com&amp;blog=7500212&amp;post=805&amp;subd=tabsstudio&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.tabsstudio.com/2010/03/15/special-tab-titles-in-ssms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34b5ec4a143dd4a12a8be0a65f71b0df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svprogramming</media:title>
		</media:content>

		<media:content url="http://tabsstudio.files.wordpress.com/2010/03/read-only-debugging-and-executing-tabs-in-ssms-2008.png" medium="image">
			<media:title type="html">Read only, debugging and executing tabs in SSMS 2008</media:title>
		</media:content>

		<media:content url="http://tabsstudio.files.wordpress.com/2010/03/updated-tabs-view.png" medium="image">
			<media:title type="html">Updated tabs view</media:title>
		</media:content>
	</item>
		<item>
		<title>Tab text options in SSMS</title>
		<link>http://blog.tabsstudio.com/2010/01/02/tab-text-options-in-ssms/</link>
		<comments>http://blog.tabsstudio.com/2010/01/02/tab-text-options-in-ssms/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 06:50:15 +0000</pubDate>
		<dc:creator>Sergey Vlasov</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SSMS]]></category>

		<guid isPermaLink="false">http://tabsstudio.wordpress.com/?p=691</guid>
		<description><![CDATA[Microsoft SQL Server Management Studio 2008 has several built in tab text options: You can shorten tabs by omitting parts like server name or login name &#8211; SQLQuery1.sql was created with default settings, SQLQuery3.sql was created with database, login and server names off. These options don&#8217;t exist in SSMS 2005.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tabsstudio.com&amp;blog=7500212&amp;post=691&amp;subd=tabsstudio&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Microsoft SQL Server Management Studio 2008 has several built in tab text options:<br />
<div id="attachment_692" class="wp-caption aligncenter" style="width: 735px"><a href="http://tabsstudio.files.wordpress.com/2010/01/tab-text-options-in-ssms-2008.png"><img src="http://tabsstudio.files.wordpress.com/2010/01/tab-text-options-in-ssms-2008.png" alt="Tab text options in SSMS 2008" title="Tab text options in SSMS 2008" width="725" height="509" class="size-full wp-image-692" /></a><p class="wp-caption-text">Tab text options in SSMS 2008</p></div><br />
You can shorten tabs by omitting parts like server name or login name &#8211; SQLQuery1.sql was created with default settings, SQLQuery3.sql was created with database, login and server names off. These options don&#8217;t exist in SSMS 2005.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tabsstudio.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tabsstudio.wordpress.com/691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tabsstudio.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tabsstudio.wordpress.com/691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tabsstudio.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tabsstudio.wordpress.com/691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tabsstudio.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tabsstudio.wordpress.com/691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tabsstudio.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tabsstudio.wordpress.com/691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tabsstudio.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tabsstudio.wordpress.com/691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tabsstudio.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tabsstudio.wordpress.com/691/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tabsstudio.com&amp;blog=7500212&amp;post=691&amp;subd=tabsstudio&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.tabsstudio.com/2010/01/02/tab-text-options-in-ssms/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34b5ec4a143dd4a12a8be0a65f71b0df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svprogramming</media:title>
		</media:content>

		<media:content url="http://tabsstudio.files.wordpress.com/2010/01/tab-text-options-in-ssms-2008.png" medium="image">
			<media:title type="html">Tab text options in SSMS 2008</media:title>
		</media:content>
	</item>
		<item>
		<title>SSMS tab grouping</title>
		<link>http://blog.tabsstudio.com/2009/12/24/ssms-tab-grouping/</link>
		<comments>http://blog.tabsstudio.com/2009/12/24/ssms-tab-grouping/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 17:00:46 +0000</pubDate>
		<dc:creator>Sergey Vlasov</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SSMS]]></category>

		<guid isPermaLink="false">http://tabsstudio.wordpress.com/?p=671</guid>
		<description><![CDATA[SQL Server Management Studio uses quite different scheme for tab names from Visual Studio. Here is the screenshot of default tab names (I temporarily configured Tabs Studio to not group tabs): I&#8217;ve significantly improved SSMS support in the next Tabs Studio version: 1. Separate settings for SSMS. Now SSMS 2005/2008, VS 2005/2008 and VS 2010 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tabsstudio.com&amp;blog=7500212&amp;post=671&amp;subd=tabsstudio&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>SQL Server Management Studio uses quite different scheme for tab names from Visual Studio. Here is the screenshot of default tab names (I temporarily configured Tabs Studio to not group tabs):<br />
<div id="attachment_670" class="wp-caption aligncenter" style="width: 716px"><a href="http://tabsstudio.files.wordpress.com/2009/12/no-tab-grouping.png"><img src="http://tabsstudio.files.wordpress.com/2009/12/no-tab-grouping.png" alt="No tab grouping" title="No tab grouping" width="706" height="94" class="size-full wp-image-670" /></a><p class="wp-caption-text">No tab grouping</p></div></p>
<p>I&#8217;ve significantly improved SSMS support in the next Tabs Studio version:</p>
<h4>1. Separate settings for SSMS.</h4>
<p>Now SSMS 2005/2008, VS 2005/2008 and VS 2010 have separate settings. You can customize each of the three product lines independently.</p>
<h4>2. Remove path from tab name works for SSMS.</h4>
<p>Turning on the <b>Remove path from tab name</b> option strips parentheses and removes path from tab names in SSMS now:<br />
<div id="attachment_669" class="wp-caption aligncenter" style="width: 716px"><a href="http://tabsstudio.files.wordpress.com/2009/12/remove-path-from-tab-name-in-action.png"><img src="http://tabsstudio.files.wordpress.com/2009/12/remove-path-from-tab-name-in-action.png" alt="Remove path from tab name in action" title="Remove path from tab name in action" width="706" height="70" class="size-full wp-image-669" /></a><p class="wp-caption-text">Remove path from tab name in action</p></div></p>
<h4>3. Special title grouping rules for SSMS out of the box.</h4>
<p>Tabs Studio now uses new default title grouping rules when running in SSMS that both group tabs and strip parentheses:<br />
<div id="attachment_668" class="wp-caption aligncenter" style="width: 716px"><a href="http://tabsstudio.files.wordpress.com/2009/12/tab-grouping-default.png"><img src="http://tabsstudio.files.wordpress.com/2009/12/tab-grouping-default.png" alt="Tab grouping (default)" title="Tab grouping (default)" width="706" height="47" class="size-full wp-image-668" /></a><p class="wp-caption-text">Tab grouping (default)</p></div></p>
<h4>4. Support for SSMS table paths.</h4>
<p>Documents representing tables in SSMS have document paths like &#8220;Server[@Name='COMP1']/Database[@Name='ReportServer']/Table[@Name='ActiveSubscriptions' and @Schema='dbo']&#8220;. Tabs Studio now applies path grouping rules to these paths as well.</p>
<p><b>Update:</b> <a href="http://www.tabsstudio.com/download/TabsStudio_179.msi">Tabs Studio v1.7.9</a> with these changes is <a href="http://www.tabsstudio.com/download/TabsStudio_179.msi">ready for download</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tabsstudio.wordpress.com/671/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tabsstudio.wordpress.com/671/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tabsstudio.wordpress.com/671/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tabsstudio.wordpress.com/671/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tabsstudio.wordpress.com/671/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tabsstudio.wordpress.com/671/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tabsstudio.wordpress.com/671/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tabsstudio.wordpress.com/671/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tabsstudio.wordpress.com/671/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tabsstudio.wordpress.com/671/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tabsstudio.wordpress.com/671/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tabsstudio.wordpress.com/671/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tabsstudio.wordpress.com/671/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tabsstudio.wordpress.com/671/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tabsstudio.com&amp;blog=7500212&amp;post=671&amp;subd=tabsstudio&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.tabsstudio.com/2009/12/24/ssms-tab-grouping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34b5ec4a143dd4a12a8be0a65f71b0df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svprogramming</media:title>
		</media:content>

		<media:content url="http://tabsstudio.files.wordpress.com/2009/12/no-tab-grouping.png" medium="image">
			<media:title type="html">No tab grouping</media:title>
		</media:content>

		<media:content url="http://tabsstudio.files.wordpress.com/2009/12/remove-path-from-tab-name-in-action.png" medium="image">
			<media:title type="html">Remove path from tab name in action</media:title>
		</media:content>

		<media:content url="http://tabsstudio.files.wordpress.com/2009/12/tab-grouping-default.png" medium="image">
			<media:title type="html">Tab grouping (default)</media:title>
		</media:content>
	</item>
		<item>
		<title>Automatic SSMS registration</title>
		<link>http://blog.tabsstudio.com/2009/10/14/automatic-ssms-registration/</link>
		<comments>http://blog.tabsstudio.com/2009/10/14/automatic-ssms-registration/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 04:26:00 +0000</pubDate>
		<dc:creator>Sergey Vlasov</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SSMS]]></category>

		<guid isPermaLink="false">http://tabsstudio.wordpress.com/?p=605</guid>
		<description><![CDATA[I&#8217;ve added Tabs Studio registration with SQL Server Management Studio 2008 to the Tabs Studio installer. There will be no need to manually setup and run the .reg file any more.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tabsstudio.com&amp;blog=7500212&amp;post=605&amp;subd=tabsstudio&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve added Tabs Studio registration with SQL Server Management Studio 2008 to the Tabs Studio installer. There will be no need to manually setup and run the <b>.reg</b> file any more.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tabsstudio.wordpress.com/605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tabsstudio.wordpress.com/605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tabsstudio.wordpress.com/605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tabsstudio.wordpress.com/605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tabsstudio.wordpress.com/605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tabsstudio.wordpress.com/605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tabsstudio.wordpress.com/605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tabsstudio.wordpress.com/605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tabsstudio.wordpress.com/605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tabsstudio.wordpress.com/605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tabsstudio.wordpress.com/605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tabsstudio.wordpress.com/605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tabsstudio.wordpress.com/605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tabsstudio.wordpress.com/605/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tabsstudio.com&amp;blog=7500212&amp;post=605&amp;subd=tabsstudio&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.tabsstudio.com/2009/10/14/automatic-ssms-registration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34b5ec4a143dd4a12a8be0a65f71b0df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svprogramming</media:title>
		</media:content>
	</item>
		<item>
		<title>Tabs Studio for Microsoft SQL Server Management Studio</title>
		<link>http://blog.tabsstudio.com/2009/10/08/tabs-studio-for-microsoft-sql-server-management-studio/</link>
		<comments>http://blog.tabsstudio.com/2009/10/08/tabs-studio-for-microsoft-sql-server-management-studio/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 02:29:57 +0000</pubDate>
		<dc:creator>Sergey Vlasov</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SSMS]]></category>

		<guid isPermaLink="false">http://tabsstudio.wordpress.com/?p=575</guid>
		<description><![CDATA[&#8220;SQL Server Management Studio is an integrated environment for accessing, configuring, managing, administering, and developing all components of SQL Server.&#8221; It uses the same Visual Studio shell as Visual Studio and after making some small changes I was able to use Tabs Studio tabs in SSMS IDE. I verified that Tabs Studio integration with SSMS [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tabsstudio.com&amp;blog=7500212&amp;post=575&amp;subd=tabsstudio&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8220;SQL Server Management Studio is an integrated environment for accessing, configuring, managing, administering, and developing all components of SQL Server.&#8221; It uses the same Visual Studio shell as Visual Studio and after making some small changes I was able to use Tabs Studio tabs in SSMS IDE. I verified that Tabs Studio integration with SSMS works on the computer with SQL Server 2008 Enterprise or Developer edition:</p>
<h4>1. Install Tabs Studio v1.6.4</h4>
<p>If Tabs Studio installer fails to find Visual Studio, create the <i>Visual Studio 2008</i> folder in your <i>Documents</i> folder.</p>
<h4>2. Register Tabs Studio for SSMS</h4>
<ul>
<li>Download the <a href="http://www.tabsstudio.com/download/TabsStudioSSMS_100.reg">TabsStudioSSMS_100.reg</a> file.</li>
<li>Modify path to <i>TabsStudio.dll</i> in this file in two places according to your settings. E.g. change <i>C:\\Documents and Settings\\Administrator\\My Documents\\Visual Studio 2008\\Addins\\TabsStudio.dll</i> to <i>C:\\Users\\me\\Documents\\Visual Studio 2008\\Addins\\TabsStudio.dll</i>.</li>
<li>Run modified <i>TabsStudioSSMS_100.reg</i> (admin rights are not required, all settings are for the current user).</li>
</ul>
<h4>3. Run SQL Server Management Studio</h4>
<p><div id="attachment_576" class="wp-caption aligncenter" style="width: 772px"><img src="http://tabsstudio.files.wordpress.com/2009/10/tabs-studio-tabs-in-sql-server-management-studio.png" alt="Tabs Studio tabs in Microsoft SQL Server Management Studio" title="Tabs Studio tabs in Microsoft SQL Server Management Studio" width="762" height="280" class="size-full wp-image-576" /><p class="wp-caption-text">Tabs Studio tabs in Microsoft SQL Server Management Studio</p></div><br />
To disable Tabs Studio in SSMS change <i>LoadBehavior</i> to 0 in the <i>reg</i> file or directly in the registry.</p>
<p>
I&#8217;m not a regular SSMS user. Please let me know if Tabs Studio behaves not as expected in SSMS IDE.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tabsstudio.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tabsstudio.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tabsstudio.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tabsstudio.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tabsstudio.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tabsstudio.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tabsstudio.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tabsstudio.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tabsstudio.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tabsstudio.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tabsstudio.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tabsstudio.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tabsstudio.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tabsstudio.wordpress.com/575/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tabsstudio.com&amp;blog=7500212&amp;post=575&amp;subd=tabsstudio&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.tabsstudio.com/2009/10/08/tabs-studio-for-microsoft-sql-server-management-studio/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34b5ec4a143dd4a12a8be0a65f71b0df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svprogramming</media:title>
		</media:content>

		<media:content url="http://tabsstudio.files.wordpress.com/2009/10/tabs-studio-tabs-in-sql-server-management-studio.png" medium="image">
			<media:title type="html">Tabs Studio tabs in Microsoft SQL Server Management Studio</media:title>
		</media:content>
	</item>
	</channel>
</rss>
