<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Solo Technology</title>
	
	<link>http://www.solo-technology.com/blog</link>
	<description>A Technology Crow in search of Bright Shiny Objects</description>
	<lastBuildDate>Thu, 18 Mar 2010 02:54:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SoloTechnology" /><feedburner:info uri="solotechnology" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license><feedburner:emailServiceId>SoloTechnology</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><item>
		<title>Kernel Panic! Major Pain. Easy Fix</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/7b2mqq2dH9M/</link>
		<comments>http://www.solo-technology.com/blog/2010/03/17/kernel-panic-major-pain-easy-fix/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 02:51:47 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[kernel-panic]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[wubi]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=3890</guid>
		<description><![CDATA[<p>After 3 months of steady use, customization and tweaking I (some would say finally) managed to break my Ubuntu Linux install last night. I was rather sad since I didn’t actually do anything this time.</p>
<p>I logged on last night and noticed there were some updates to download and apply. Grabbed said updates and was invited <p><a href="http://www.solo-technology.com/blog/2010/03/17/kernel-panic-major-pain-easy-fix/">Continue reading Kernel Panic! Major Pain. Easy Fix</a></p>


Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2010/01/21/wubi-in-32-bit-mode/' rel='bookmark' title='Permanent Link: Wubi in 32 bit Mode'>Wubi in 32 bit Mode</a></li>
<li><a href='http://www.solo-technology.com/blog/2007/07/16/linux-can-still-frustrate/' rel='bookmark' title='Permanent Link: Linux Can Still Frustrate'>Linux Can Still Frustrate</a></li>
<li><a href='http://www.solo-technology.com/blog/2008/06/23/ubuntu-install-inside-windows/' rel='bookmark' title='Permanent Link: Ubuntu: Install Inside Windows'>Ubuntu: Install Inside Windows</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>After 3 months of steady use, customization and tweaking I (<em>some would say <strong>finally</strong></em>) managed to break my <a href="http://www.ubuntu.com/">Ubuntu</a> Linux install last night. I was rather sad since I didn’t actually <em>do</em> anything this time.</p>
<p>I logged on last night and noticed there were some updates to download and apply. Grabbed said updates and was invited to reboot – I guess that’s the point when I should’ve looked closer at what was updated because that was the last time it booted for 24 hours.</p>
<p>I know it wasn’t a new kernel because 2.6.31-20-generic is still what’s in the GRUB list. Since it is the only kernel in the list I think I can safely assume I didn’t get a new one. But once I selected that kernel and tried to boot I got&#8221;:</p>
<blockquote><p><code>Kernel panic – not syncing: VFS: Unable to mount root fs on unknown-block(8,1)</code></p></blockquote>
<p>Doh.</p>
<p>I spent some time late last night searching for ways to fix this. Kissed quite a few frogs but ultimately didn’t find anything useful. Or the stuff I found had such heinous looking solutions that I figured I’d rather just reload.</p>
<p><a title="wubi installer" href="http://wubi-installer.org/"><img style="display: inline; margin-left: 0px; margin-right: 0px;" title="wubi installer" src="http://wubi-installer.org/images/wubi_logo.gif" alt="wubi installer" width="152" height="50" align="right" /></a>I should probably mention, for those following along at home, that this was all on a dual-boot system where the Ubuntu part was installed via <a href="http://wubi-installer.org/">wubi</a>.</p>
<p>I didn’t really want to start over so tonight I went spelunking a bit deeper into the <a href="http://ubuntuforums.org/">Ubuntu forums</a> and eventually found an <a href="http://ubuntuforums.org/showpost.php?p=8639088&amp;postcount=79">easy fix</a> on Page 8 of “<a href="http://ubuntuforums.org/showthread.php?t=1317397">wubi &#8211; kernel panic &#8211; not syncing VFS&#8230;</a>”.  (I didn’t have to do step B of that solution, BTW). Booted to Windows, grabbed the linked wubildr file, dropped it into place and rebooted to Ubuntu.</p>
<p>Bam, problem fixed. All with just one file.</p>
<p>Now to figure out where to look to see what last night’s updates actually were.</p>


<p>Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2010/01/21/wubi-in-32-bit-mode/' rel='bookmark' title='Permanent Link: Wubi in 32 bit Mode'>Wubi in 32 bit Mode</a></li>
<li><a href='http://www.solo-technology.com/blog/2007/07/16/linux-can-still-frustrate/' rel='bookmark' title='Permanent Link: Linux Can Still Frustrate'>Linux Can Still Frustrate</a></li>
<li><a href='http://www.solo-technology.com/blog/2008/06/23/ubuntu-install-inside-windows/' rel='bookmark' title='Permanent Link: Ubuntu: Install Inside Windows'>Ubuntu: Install Inside Windows</a></li>
</ol></p>
	Tags: <a href="http://www.solo-technology.com/blog/tag/kernel-panic/" title="kernel-panic" rel="tag">kernel-panic</a>, <a href="http://www.solo-technology.com/blog/tag/linux/" title="linux" rel="tag">linux</a>, <a href="http://www.solo-technology.com/blog/tag/ubuntu/" title="Ubuntu" rel="tag">Ubuntu</a>, <a href="http://www.solo-technology.com/blog/tag/wubi/" title="wubi" rel="tag">wubi</a><br />

<p><a href="http://feedads.g.doubleclick.net/~a/78-MQua6AIvQpMRNXmGpyCerrIk/0/da"><img src="http://feedads.g.doubleclick.net/~a/78-MQua6AIvQpMRNXmGpyCerrIk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/78-MQua6AIvQpMRNXmGpyCerrIk/1/da"><img src="http://feedads.g.doubleclick.net/~a/78-MQua6AIvQpMRNXmGpyCerrIk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=7b2mqq2dH9M:6l-vNVU03k8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=7b2mqq2dH9M:6l-vNVU03k8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=7b2mqq2dH9M:6l-vNVU03k8:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=7b2mqq2dH9M:6l-vNVU03k8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=7b2mqq2dH9M:6l-vNVU03k8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=7b2mqq2dH9M:6l-vNVU03k8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/7b2mqq2dH9M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2010/03/17/kernel-panic-major-pain-easy-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2010/03/17/kernel-panic-major-pain-easy-fix/</feedburner:origLink></item>
		<item>
		<title>Ready for Internet Explorer 9?</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/BrDOYI2DsH0/</link>
		<comments>http://www.solo-technology.com/blog/2010/03/16/ready-for-internet-explorer-9/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 01:37:18 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[preview]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=3885</guid>
		<description><![CDATA[<p>Microsoft has taken their pledge to faster releases of Internet Explorer to heart. Internet Explorer 9 isn’t released yet, but if you want to kick the tires and take a test drive… Go get it!</p>
<p></p>
<p>Speaking of “Faster Release”, by Microsoft’s numbers this thing is already performs much better at the JavaScript benchmark tests. And hey, <p><a href="http://www.solo-technology.com/blog/2010/03/16/ready-for-internet-explorer-9/">Continue reading Ready for Internet Explorer 9?</a></p>


Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2008/08/27/internet-explorer-8-beta2/' rel='bookmark' title='Permanent Link: Internet Explorer 8 beta2'>Internet Explorer 8 beta2</a></li>
<li><a href='http://www.solo-technology.com/blog/2009/01/08/not-quite-ready-for-internet-explorer-8/' rel='bookmark' title='Permanent Link: Not Quite Ready for Internet Explorer 8?'>Not Quite Ready for Internet Explorer 8?</a></li>
<li><a href='http://www.solo-technology.com/blog/2006/10/18/internet-exporer-7-released/' rel='bookmark' title='Permanent Link: Internet Explorer 7 released'>Internet Explorer 7 released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Microsoft has taken their pledge to faster releases of Internet Explorer to heart. Internet Explorer 9 isn’t released yet, but if you want to kick the tires and take a test drive… Go get it!</p>
<p><a title="IE 9 Test Drive site" href="http://ie.microsoft.com/testdrive/Default.html"><img style="display: inline; margin-left: 0px; margin-right: 0px;" title="IE9 Test Drive site" src="http://ie.microsoft.com/testdrive/includes/image/HeaderLeft.png" alt="IE9 Test Drive site" /></a></p>
<p>Speaking of “Faster Release”, by Microsoft’s numbers this thing is already performs much better at the <a href="http://ie.microsoft.com/testdrive/benchmarks/SunSpider/Default.html">JavaScript benchmark tests</a>. And hey, check out where IE8 is on that chart… Dead last. You have to appreciate the earnestness involved with Microsoft’s showing how fast IE9 is by comparing it to the current IE8 (aka chucking IE8 under the rear axle of the bus!).</p>
<p>You don’t want to use this test drive release as your full time browser, but if you’re curious about it it’ll run side-by-side with IE8 or any other brower. Right now it doesn’t even have an address bar or back button let alone tabs and pretty chrome and such. Don’t worry though; You can just go to the Page Menu and choose “Open” or hit Ctrl-O to specify an address.</p>
<p>By default it will open on the Test Drive site and from there you can check out all the speed demos. Did I mention IE9 will use your graphics card? IE9 does some interesting hardware-assisted stuff including starting background threads on multi-core PCs to compile JavaScript (more on performance <a href="http://blogs.msdn.com/ie/archive/2010/03/16/html5-hardware-accelerated-first-ie9-platform-preview-available-for-developers.aspx">here</a>). The demo’s are pretty cool – try them with IE9 and your current browser of choice and see if you notice any differences. I did.</p>
<p>Microsoft says they’ll update the preview every 8 weeks or so until the beta starts. That gives web designers and developers a fighting chance of checking things out well before this hits the consumer desktops.</p>
<p>I didn&#8217;t love IE7. I&#8217;ve been close to liking IE8 but it just always feels so slow when compared to Chrome. I&#8217;m looking forward to seeing more of IE9 though.</p>


<p>Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2008/08/27/internet-explorer-8-beta2/' rel='bookmark' title='Permanent Link: Internet Explorer 8 beta2'>Internet Explorer 8 beta2</a></li>
<li><a href='http://www.solo-technology.com/blog/2009/01/08/not-quite-ready-for-internet-explorer-8/' rel='bookmark' title='Permanent Link: Not Quite Ready for Internet Explorer 8?'>Not Quite Ready for Internet Explorer 8?</a></li>
<li><a href='http://www.solo-technology.com/blog/2006/10/18/internet-exporer-7-released/' rel='bookmark' title='Permanent Link: Internet Explorer 7 released'>Internet Explorer 7 released</a></li>
</ol></p>
	Tags: <a href="http://www.solo-technology.com/blog/tag/ie8/" title="IE8" rel="tag">IE8</a>, <a href="http://www.solo-technology.com/blog/tag/javascript/" title="javascript" rel="tag">javascript</a>, <a href="http://www.solo-technology.com/blog/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.solo-technology.com/blog/tag/preview/" title="preview" rel="tag">preview</a><br />

<p><a href="http://feedads.g.doubleclick.net/~a/BC9B3xaWjLxscbpYxpqnJdvcdwk/0/da"><img src="http://feedads.g.doubleclick.net/~a/BC9B3xaWjLxscbpYxpqnJdvcdwk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/BC9B3xaWjLxscbpYxpqnJdvcdwk/1/da"><img src="http://feedads.g.doubleclick.net/~a/BC9B3xaWjLxscbpYxpqnJdvcdwk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=BrDOYI2DsH0:NwVVKs6fJ-Y:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=BrDOYI2DsH0:NwVVKs6fJ-Y:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=BrDOYI2DsH0:NwVVKs6fJ-Y:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=BrDOYI2DsH0:NwVVKs6fJ-Y:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=BrDOYI2DsH0:NwVVKs6fJ-Y:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=BrDOYI2DsH0:NwVVKs6fJ-Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/BrDOYI2DsH0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2010/03/16/ready-for-internet-explorer-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2010/03/16/ready-for-internet-explorer-9/</feedburner:origLink></item>
		<item>
		<title>VMware Beta and Direct Launch</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/3LgxygbdITI/</link>
		<comments>http://www.solo-technology.com/blog/2010/03/15/vmware-beta-and-direct-launch/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 04:28:35 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[Direct-Launch]]></category>
		<category><![CDATA[unity]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[VMWare-Player]]></category>
		<category><![CDATA[VMware-Workstation]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=3882</guid>
		<description><![CDATA[<p>Last night I noticed that there are new betas out for VMware Workstation (v7.1) and Player (v3.1). While there are several new features, one in particular caught my eye:</p>
<p>Direct Launch: Blur the distinction between running native and virtual applications by launching an application installed in a virtual machine directly from the start menu or taskbar <p><a href="http://www.solo-technology.com/blog/2010/03/15/vmware-beta-and-direct-launch/">Continue reading VMware Beta and Direct Launch</a></p>


Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2008/11/18/quick-look-at-vmware-player-250/' rel='bookmark' title='Permanent Link: Quick Look at VMware Player 2.50'>Quick Look at VMware Player 2.50</a></li>
<li><a href='http://www.solo-technology.com/blog/2008/05/07/vmware-fusion-beta-2/' rel='bookmark' title='Permanent Link: VMware Fusion 2 Beta'>VMware Fusion 2 Beta</a></li>
<li><a href='http://www.solo-technology.com/blog/2008/02/04/vmware-server-20-beta-first-look/' rel='bookmark' title='Permanent Link: VMware Server 2.0 beta &#8211; First Look'>VMware Server 2.0 beta &#8211; First Look</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Last night I noticed that there are new betas out for <a title="VMware Workstation beta site" href="http://communities.vmware.com/community/beta/ws">VMware Workstation</a> (v7.1) and <a title="VMware Player beta site" href="http://communities.vmware.com/community/beta/player">Player</a> (v3.1). While there are several new features, one in particular caught my eye:</p>
<blockquote><p><strong>Direct Launch:</strong> Blur the distinction between running native and virtual applications by launching an application installed in a virtual machine directly from the start menu or taskbar of the host system.</p></blockquote>
<p>That seems rather cool – and a lot like one of the new Microsoft desktop virtualization technologies whose acronym I totally can’t think of right now…</p>
<p>Thing is, I’m not sure I’ve figure out properly how to use it or not. You can’t just drag the shortcut from the VM to the host machine’s desktop as the shortcut disappears along the way. Closest I’ve found is to start the VM, switch it to “unity mode”, tjem start the app and <strong><em>then</em></strong> Pin it to the start bar. I can confirm that the ability to pin an “unitied” app is new to this version, so maybe that’s the trick? The pinned app will stay there even after the VM is shut down so I guess I’m on the right track.</p>
<p>Clicking that pinned app repeats the process: It starts the Virtual Machine, flips it into unity mode and then runs the app itself. Not real quickly on my test machine, but that’s likely more a factor of my test machine than Vmware.</p>
<p>I’m doing some studying for a SQL Server cert (70-433) and have a VM build with a 180 day trials of Server 2008 R2 and SQL Server 2008 R2. I have the SQL Server Management Studio pinned from that VM and find it works as a great way to get the VM up and going when I’m ready to do some more study exercises.</p>


<p>Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2008/11/18/quick-look-at-vmware-player-250/' rel='bookmark' title='Permanent Link: Quick Look at VMware Player 2.50'>Quick Look at VMware Player 2.50</a></li>
<li><a href='http://www.solo-technology.com/blog/2008/05/07/vmware-fusion-beta-2/' rel='bookmark' title='Permanent Link: VMware Fusion 2 Beta'>VMware Fusion 2 Beta</a></li>
<li><a href='http://www.solo-technology.com/blog/2008/02/04/vmware-server-20-beta-first-look/' rel='bookmark' title='Permanent Link: VMware Server 2.0 beta &#8211; First Look'>VMware Server 2.0 beta &#8211; First Look</a></li>
</ol></p>
	Tags: <a href="http://www.solo-technology.com/blog/tag/beta/" title="beta" rel="tag">beta</a>, <a href="http://www.solo-technology.com/blog/tag/direct-launch/" title="Direct-Launch" rel="tag">Direct-Launch</a>, <a href="http://www.solo-technology.com/blog/tag/unity/" title="unity" rel="tag">unity</a>, <a href="http://www.solo-technology.com/blog/tag/virtualization/" title="virtualization" rel="tag">virtualization</a>, <a href="http://www.solo-technology.com/blog/tag/vmware-player/" title="VMWare-Player" rel="tag">VMWare-Player</a>, <a href="http://www.solo-technology.com/blog/tag/vmware-workstation/" title="VMware-Workstation" rel="tag">VMware-Workstation</a><br />

<p><a href="http://feedads.g.doubleclick.net/~a/z6sXCLvd3k3eRzQcWvBi1SZsT_U/0/da"><img src="http://feedads.g.doubleclick.net/~a/z6sXCLvd3k3eRzQcWvBi1SZsT_U/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/z6sXCLvd3k3eRzQcWvBi1SZsT_U/1/da"><img src="http://feedads.g.doubleclick.net/~a/z6sXCLvd3k3eRzQcWvBi1SZsT_U/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=3LgxygbdITI:gyhj5siaB48:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=3LgxygbdITI:gyhj5siaB48:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=3LgxygbdITI:gyhj5siaB48:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=3LgxygbdITI:gyhj5siaB48:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=3LgxygbdITI:gyhj5siaB48:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=3LgxygbdITI:gyhj5siaB48:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/3LgxygbdITI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2010/03/15/vmware-beta-and-direct-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2010/03/15/vmware-beta-and-direct-launch/</feedburner:origLink></item>
		<item>
		<title>Comcast’s Mixed Message</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/5VvOMftZHpI/</link>
		<comments>http://www.solo-technology.com/blog/2010/03/12/comcasts-mixed-message/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 04:37:41 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[cable]]></category>
		<category><![CDATA[comcast]]></category>
		<category><![CDATA[fancast]]></category>
		<category><![CDATA[TV]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=3878</guid>
		<description><![CDATA[<p>This week I received two emails from Comcast, my broadband internet provider. While both are interesting and potentially helpful, I can’t deny that I’m a bit amused at how they send a bit of a mixed message when combined.</p>
<p> The first email was to alert me about the pilot launch of the new Usage Meter. <p><a href="http://www.solo-technology.com/blog/2010/03/12/comcasts-mixed-message/">Continue reading Comcast&#8217;s Mixed Message</a></p>


Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2007/05/13/comcasts-arena-rock/' rel='bookmark' title='Permanent Link: Comcast&#8217;s Arena Rock'>Comcast&#8217;s Arena Rock</a></li>
<li><a href='http://www.solo-technology.com/blog/2008/08/31/the-250-mb-challenge-and-how-to-measure/' rel='bookmark' title='Permanent Link: The 250 GB Challenge and How to Measure'>The 250 GB Challenge and How to Measure</a></li>
<li><a href='http://www.solo-technology.com/blog/2007/10/18/speaking_of_speeds/' rel='bookmark' title='Permanent Link: Speaking of Speeds'>Speaking of Speeds</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This week I received two emails from <a href="http://www.comcast.net/">Comcast</a>, my broadband internet provider. While both are interesting and potentially helpful, I can’t deny that I’m a bit amused at how they send a bit of a mixed message when combined.</p>
<p><a href="http://www.solo-technology.com/blog/wp-content/uploads/2010/03/image7.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="My Comcast Data Usage" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/03/image_thumb1.png" border="0" alt="My Comcast Data Usage" width="154" height="152" align="right" /></a> The first email was to alert me about the pilot launch of the new <a title="Information from Comcast on their new Data Usage Meter" href="http://networkmanagement.comcast.net/datausagemeter.htm">Usage Meter</a>. Current Comcast data limits are at 250 GB/month &#8212; which to me is a lot &#8212; and this meter is something folks can use to keep an eye how much data they’re moving. As you can see from the image to the right, I don’t really use that much data… Considering how many random apps and “light Linux” ISOs I download, this actually surprises me a bit.<br />
[<em>click the picture to see a bigger version</em>]</p>
<p>Two days later I received another email from Comcast. This one is encouraging me to enjoy my digital TV subscription – <a href="http://www.comcast.net/on-demand-online/">online</a>! Free access to tons of shows and movies via the <a href="http://www.fancast.com">Fancast</a> site.</p>
<p>I guess they noticed my usage was low too.</p>


<p>Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2007/05/13/comcasts-arena-rock/' rel='bookmark' title='Permanent Link: Comcast&#8217;s Arena Rock'>Comcast&#8217;s Arena Rock</a></li>
<li><a href='http://www.solo-technology.com/blog/2008/08/31/the-250-mb-challenge-and-how-to-measure/' rel='bookmark' title='Permanent Link: The 250 GB Challenge and How to Measure'>The 250 GB Challenge and How to Measure</a></li>
<li><a href='http://www.solo-technology.com/blog/2007/10/18/speaking_of_speeds/' rel='bookmark' title='Permanent Link: Speaking of Speeds'>Speaking of Speeds</a></li>
</ol></p>
	Tags: <a href="http://www.solo-technology.com/blog/tag/cable/" title="cable" rel="tag">cable</a>, <a href="http://www.solo-technology.com/blog/tag/comcast/" title="comcast" rel="tag">comcast</a>, <a href="http://www.solo-technology.com/blog/tag/fancast/" title="fancast" rel="tag">fancast</a>, <a href="http://www.solo-technology.com/blog/tag/tv/" title="TV" rel="tag">TV</a><br />

<p><a href="http://feedads.g.doubleclick.net/~a/kjGHPFP2tJWEBLZgwwd-7Ethoqg/0/da"><img src="http://feedads.g.doubleclick.net/~a/kjGHPFP2tJWEBLZgwwd-7Ethoqg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/kjGHPFP2tJWEBLZgwwd-7Ethoqg/1/da"><img src="http://feedads.g.doubleclick.net/~a/kjGHPFP2tJWEBLZgwwd-7Ethoqg/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=5VvOMftZHpI:cHbQcHh-ed4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=5VvOMftZHpI:cHbQcHh-ed4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=5VvOMftZHpI:cHbQcHh-ed4:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=5VvOMftZHpI:cHbQcHh-ed4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=5VvOMftZHpI:cHbQcHh-ed4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=5VvOMftZHpI:cHbQcHh-ed4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/5VvOMftZHpI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2010/03/12/comcasts-mixed-message/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2010/03/12/comcasts-mixed-message/</feedburner:origLink></item>
		<item>
		<title>VMware Player and REALLY Long Startup</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/W80XmTvHzH4/</link>
		<comments>http://www.solo-technology.com/blog/2010/03/11/vmware-player-and-really-long-startup/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 03:53:36 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[VMWare-Player]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=3873</guid>
		<description><![CDATA[<p>I thought I’d hit most of the potential VMware Player challenges by now (most recently network configuration) but I’ve been wrestling with a new issue for a while now. It was only happening on one particular laptop, but it had me thoroughly stumped for way too long.</p>
<p>The install would go fine, but once completed the <p><a href="http://www.solo-technology.com/blog/2010/03/11/vmware-player-and-really-long-startup/">Continue reading VMware Player and REALLY Long Startup</a></p>


Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2008/11/18/couple-vmware-player-resources/' rel='bookmark' title='Permanent Link: Couple VMware Player Resources'>Couple VMware Player Resources</a></li>
<li><a href='http://www.solo-technology.com/blog/2009/10/29/vmware-player-3-0-and-network-configuration/' rel='bookmark' title='Permanent Link: VMware Player 3.0 and Network Configuration'>VMware Player 3.0 and Network Configuration</a></li>
<li><a href='http://www.solo-technology.com/blog/2009/12/02/vmware-player-is-more-than-a-player/' rel='bookmark' title='Permanent Link: VMware Player is more than a Player'>VMware Player is more than a Player</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I thought I’d hit most of the potential <a title="VMware PLayer home" href="http://www.vmware.com/products/player/">VMware Player</a> challenges by now (most recently <a href="http://www.solo-technology.com/blog/2009/10/29/vmware-player-3-0-and-network-configuration/">network configuration</a>) but I’ve been wrestling with a new issue for a while now. It was only happening on one particular laptop, but it had me thoroughly stumped for way too long.</p>
<p>The install would go fine, but once completed the boot times on this machine would go through the roof. It would take over 5 minutes just to get to the login prompt! I initially assumed it was a network issue. In fact, my first guess was a DHCP request timing out. But that wasn’t it.</p>
<p>So I uninstalled Player and got back to work. But whenever I had a free moment I’d try another install and then muck around with network adapters and binding/unbinding the VMware bridge thingy.</p>
<p>But still no luck.</p>
<p>Tonight I made one last run at it. As always, the install went fine and the subsequent reboot took forever. But this time I looked a little closer at the event logs and one event caught my eye:</p>
<p><img style="display: inline; border: 0px;" title="event 7022 - VMware Authorization Service hung on starting" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/03/event7022.png" border="0" alt="event 7022 - VMware Authorization Service hung on starting" width="404" height="148" /></p>
<p>I checked the services control panel and that particular service was up and running so I guess it <em>eventually</em> started… On a whim, I changed that VMware Authorization service to a startup type of “Automatic (Delayed Start)” and rebooted. This is a relatively new startup type (since Vista?) that runs the service at a lower priority and has it wait until after startup and the initial “busy time.”</p>
<p>Problem solved. No more Event 7022 and no more slow boots. Now this laptop starts up just as fast as ever and VMware Player works like a champ.</p>


<p>Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2008/11/18/couple-vmware-player-resources/' rel='bookmark' title='Permanent Link: Couple VMware Player Resources'>Couple VMware Player Resources</a></li>
<li><a href='http://www.solo-technology.com/blog/2009/10/29/vmware-player-3-0-and-network-configuration/' rel='bookmark' title='Permanent Link: VMware Player 3.0 and Network Configuration'>VMware Player 3.0 and Network Configuration</a></li>
<li><a href='http://www.solo-technology.com/blog/2009/12/02/vmware-player-is-more-than-a-player/' rel='bookmark' title='Permanent Link: VMware Player is more than a Player'>VMware Player is more than a Player</a></li>
</ol></p>
	Tags: <a href="http://www.solo-technology.com/blog/tag/service/" title="service" rel="tag">service</a>, <a href="http://www.solo-technology.com/blog/tag/troubleshooting/" title="troubleshooting" rel="tag">troubleshooting</a>, <a href="http://www.solo-technology.com/blog/tag/vmware-player/" title="VMWare-Player" rel="tag">VMWare-Player</a><br />

<p><a href="http://feedads.g.doubleclick.net/~a/Zobu3YljtaQ_pkxGdZ8pADRoiyE/0/da"><img src="http://feedads.g.doubleclick.net/~a/Zobu3YljtaQ_pkxGdZ8pADRoiyE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Zobu3YljtaQ_pkxGdZ8pADRoiyE/1/da"><img src="http://feedads.g.doubleclick.net/~a/Zobu3YljtaQ_pkxGdZ8pADRoiyE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=W80XmTvHzH4:H5g0MjamMCQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=W80XmTvHzH4:H5g0MjamMCQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=W80XmTvHzH4:H5g0MjamMCQ:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=W80XmTvHzH4:H5g0MjamMCQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=W80XmTvHzH4:H5g0MjamMCQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=W80XmTvHzH4:H5g0MjamMCQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/W80XmTvHzH4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2010/03/11/vmware-player-and-really-long-startup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2010/03/11/vmware-player-and-really-long-startup/</feedburner:origLink></item>
		<item>
		<title>Google Maps and Cycling</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/0_yAIh48F5o/</link>
		<comments>http://www.solo-technology.com/blog/2010/03/10/google-maps-and-cycling/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 00:00:00 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[cycling]]></category>
		<category><![CDATA[Google-Maps]]></category>
		<category><![CDATA[maps]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=3864</guid>
		<description><![CDATA[<p>If you follow me on Twitter or we’re friended on Facebook you might have picked up on the fact that I’m somewhat of an avid cycler. I like to ride and I like to explore. Finding new bike trails and routes is part of the fun. This is why I was excited to see this <p><a href="http://www.solo-technology.com/blog/2010/03/10/google-maps-and-cycling/">Continue reading Google Maps and Cycling</a></p>


Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2007/09/04/mapsamungus/' rel='bookmark' title='Permanent Link: Maps.Amung.us'>Maps.Amung.us</a></li>
<li><a href='http://www.solo-technology.com/blog/2008/06/18/gmaps-pedometer/' rel='bookmark' title='Permanent Link: Gmaps Pedometer'>Gmaps Pedometer</a></li>
<li><a href='http://www.solo-technology.com/blog/2009/07/12/windows-mobile-gps-apps/' rel='bookmark' title='Permanent Link: Windows Mobile GPS Apps?'>Windows Mobile GPS Apps?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you follow me on <a title="Me. On Twitter." href="http://twitter.com/Chris_Kasten">Twitter</a> or we’re friended on <a href="http://www.facebook.com/">Facebook</a> you might have picked up on the fact that I’m somewhat of an avid cycler. I like to ride and I like to explore. Finding new bike trails and routes is part of the fun. This is why I was excited to see this morning’s Google blog post “<a title="Google Blog post on Biking Directions at Google Maps" href="http://googleblog.blogspot.com/2010/03/biking-directions-added-to-google-maps.html">Biking directions added to Google Maps</a>.”</p>
<p>Now you can get driving directions and choose “Bicycling” to get bike specific directions. That’s nice and all, but here’s the part that I like even better. Looking for more trails around Cherry Creek State Park? First, find the park at <a href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;gl=us&amp;g=United+States&amp;q=cherry+creek+Park,+Aurora&amp;btnG=Search+Maps">Google Maps</a>, then click on “More…” and check the “Bicycling” box. All those green lines are the trails.</p>
<p><a title="Cherry Creek Park and nearby bike trails" href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;gl=us&amp;g=United+States&amp;q=cherry+creek+Park,+Aurora&amp;btnG=Search+Maps"><img style="display: inline; border-width: 0px;" title="Cherry Creek State Park and bike trails" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/03/image5.png" border="0" alt="Cherry Creek State Park and bike trails" width="404" height="374" /></a></p>
<blockquote>
<ul>
<li>Dark green indicates a dedicated bike-only trail;</li>
<li>Light green indicates a dedicated bike lane along a road;</li>
<li>Dashed green indicates roads that are designated as preferred for bicycling, but without dedicated lanes</li>
</ul>
</blockquote>
<p>This is going to be a great resource for finding and planning rides. I’m pretty stoked. Will it replace my paper map of the Denver area trails (sold via the <a href="http://www.dbtc.org/">Denver Bicycle Touring Club</a>)? Nah, but it will definitely be the first place I start now.</p>
<p>Oh, and check out the Satellite view – the trails really “pop” in that view:</p>
<p><a href="http://www.solo-technology.com/blog/wp-content/uploads/2010/03/image6.png"><img style="display: inline; border-width: 0px;" title="Satellite View of Google Maps bike trails" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/03/image_thumb.png" border="0" alt="Satellite View of Google Maps bike trails" width="404" height="284" /></a></p>


<p>Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2007/09/04/mapsamungus/' rel='bookmark' title='Permanent Link: Maps.Amung.us'>Maps.Amung.us</a></li>
<li><a href='http://www.solo-technology.com/blog/2008/06/18/gmaps-pedometer/' rel='bookmark' title='Permanent Link: Gmaps Pedometer'>Gmaps Pedometer</a></li>
<li><a href='http://www.solo-technology.com/blog/2009/07/12/windows-mobile-gps-apps/' rel='bookmark' title='Permanent Link: Windows Mobile GPS Apps?'>Windows Mobile GPS Apps?</a></li>
</ol></p>
	Tags: <a href="http://www.solo-technology.com/blog/tag/cycling/" title="cycling" rel="tag">cycling</a>, <a href="http://www.solo-technology.com/blog/tag/google-maps/" title="Google-Maps" rel="tag">Google-Maps</a>, <a href="http://www.solo-technology.com/blog/tag/maps/" title="maps" rel="tag">maps</a><br />

<p><a href="http://feedads.g.doubleclick.net/~a/6V6MnVIIwaH0KYKEEFbJuJ623mM/0/da"><img src="http://feedads.g.doubleclick.net/~a/6V6MnVIIwaH0KYKEEFbJuJ623mM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/6V6MnVIIwaH0KYKEEFbJuJ623mM/1/da"><img src="http://feedads.g.doubleclick.net/~a/6V6MnVIIwaH0KYKEEFbJuJ623mM/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=0_yAIh48F5o:n1sQigCliJg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=0_yAIh48F5o:n1sQigCliJg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=0_yAIh48F5o:n1sQigCliJg:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=0_yAIh48F5o:n1sQigCliJg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=0_yAIh48F5o:n1sQigCliJg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=0_yAIh48F5o:n1sQigCliJg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/0_yAIh48F5o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2010/03/10/google-maps-and-cycling/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2010/03/10/google-maps-and-cycling/</feedburner:origLink></item>
		<item>
		<title>SQL Server Mgmt Studio Templates</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/iWMo7-5iwtE/</link>
		<comments>http://www.solo-technology.com/blog/2010/03/06/sql-server-mgmt-studio-templates/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 01:16:51 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql-server]]></category>
		<category><![CDATA[SSMS]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=3850</guid>
		<description><![CDATA[<p>Here’s a little feature that has been shown to me multiple times over the years. Every time I see it I get all excited by the possibilities &#8212; then (sadly) quickly forget it. This time I hope that by writing it down I’ll remember longer… Enjoy the pictures!</p>
<p>It turns out that SQL Server Management Studio <p><a href="http://www.solo-technology.com/blog/2010/03/06/sql-server-mgmt-studio-templates/">Continue reading SQL Server Mgmt Studio Templates</a></p>


Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2009/03/10/sql-server-in-the-cloud/' rel='bookmark' title='Permanent Link: SQL Server in the Cloud'>SQL Server in the Cloud</a></li>
<li><a href='http://www.solo-technology.com/blog/2006/05/16/learned-a-bit-about-sql-server-full-text-search/' rel='bookmark' title='Permanent Link: Learned a bit about SQL Server Full Text Search'>Learned a bit about SQL Server Full Text Search</a></li>
<li><a href='http://www.solo-technology.com/blog/2006/02/17/tiny-wi-fi-rant-new-meebo-feature-and-sql-server-observation/' rel='bookmark' title='Permanent Link: Tiny Wi-Fi rant, New Meebo feature and SQL Server observation'>Tiny Wi-Fi rant, New Meebo feature and SQL Server observation</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Here’s a little feature that has been shown to me multiple times over the years. Every time I see it I get all excited by the possibilities &#8212; then (sadly) quickly forget it. This time I hope that by writing it down I’ll remember longer… Enjoy the pictures!</p>
<p>It turns out that <a href="http://msdn.microsoft.com/en-us/library/ms174173(SQL.90).aspx">SQL Server Management Studio</a> has a nifty little option to speed up many, if not most, database tasks. Just find the Template Explorer under the View menu:<br />
(note: my understanding is this is the same for 2005 and 2008 versions. The pictures below are from 2005)</p>
<p><img style="display: inline; border: 0px;" title="Template Explorer" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/03/image.png" border="0" alt="Template Explorer" width="336" height="160" /></p>
<p>This opens a new panel on the right side of SSMS (by default). Tons of tasks are listed. For instance, suppose you want to create a new table. Drill down to it and then double-click.</p>
<p><img style="display: inline; border: 0px;" title="Template Explorer" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/03/image1.png" border="0" alt="Template Explorer" width="242" height="254" /></p>
<p><span id="more-3850"></span></p>
<p>That leads to the template opened in a new SQL editor window.</p>
<p><img style="display: inline; border: 0px;" title="SQL Editor with Template" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/03/image2.png" border="0" alt="SQL Editor with Template" width="522" height="255" /></p>
<p>But look at all those angle brackets. We’re not done quite yet. In the past I would start editing all those to replace my own values manually. Today Chris Randall showed me a better way while on a bit of a “side trip” during a test prep session.</p>
<p>Under the Query menu, select “Specify Values for Template Parameters…”</p>
<p><img style="display: inline; border: 0px;" title="Menu option for Template parameters" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/03/image3.png" border="0" alt="Menu option for Template parameters" width="400" height="157" /></p>
<p>Now you get this slick little dialog. Set your values, click OK and you have a script ready to go.</p>
<p><img style="display: inline; border: 0px;" title="Template Parameters Dialog" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/03/image4.png" border="0" alt="Template Parameters Dialog" width="473" height="314" /></p>
<p>Great tip, huh?</p>
<p>Check out the template list sometime, it is <em>huge! </em>I’m sure it is documented somewhere… but I couldn’t find a full list of all the stuff it holds.</p>


<p>Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2009/03/10/sql-server-in-the-cloud/' rel='bookmark' title='Permanent Link: SQL Server in the Cloud'>SQL Server in the Cloud</a></li>
<li><a href='http://www.solo-technology.com/blog/2006/05/16/learned-a-bit-about-sql-server-full-text-search/' rel='bookmark' title='Permanent Link: Learned a bit about SQL Server Full Text Search'>Learned a bit about SQL Server Full Text Search</a></li>
<li><a href='http://www.solo-technology.com/blog/2006/02/17/tiny-wi-fi-rant-new-meebo-feature-and-sql-server-observation/' rel='bookmark' title='Permanent Link: Tiny Wi-Fi rant, New Meebo feature and SQL Server observation'>Tiny Wi-Fi rant, New Meebo feature and SQL Server observation</a></li>
</ol></p>
	Tags: <a href="http://www.solo-technology.com/blog/tag/editor/" title="editor" rel="tag">editor</a>, <a href="http://www.solo-technology.com/blog/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.solo-technology.com/blog/tag/sql/" title="SQL" rel="tag">SQL</a>, <a href="http://www.solo-technology.com/blog/tag/sql-server/" title="sql-server" rel="tag">sql-server</a>, <a href="http://www.solo-technology.com/blog/tag/ssms/" title="SSMS" rel="tag">SSMS</a><br />

<p><a href="http://feedads.g.doubleclick.net/~a/qQqLuwizzTRE0rOJfcb0jigc5Xs/0/da"><img src="http://feedads.g.doubleclick.net/~a/qQqLuwizzTRE0rOJfcb0jigc5Xs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/qQqLuwizzTRE0rOJfcb0jigc5Xs/1/da"><img src="http://feedads.g.doubleclick.net/~a/qQqLuwizzTRE0rOJfcb0jigc5Xs/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=iWMo7-5iwtE:tFBrPsyxLT0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=iWMo7-5iwtE:tFBrPsyxLT0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=iWMo7-5iwtE:tFBrPsyxLT0:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=iWMo7-5iwtE:tFBrPsyxLT0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=iWMo7-5iwtE:tFBrPsyxLT0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=iWMo7-5iwtE:tFBrPsyxLT0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/iWMo7-5iwtE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2010/03/06/sql-server-mgmt-studio-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2010/03/06/sql-server-mgmt-studio-templates/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 1.730 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-17 21:09:53 -->
