<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for The SQL Workbench</title>
	<atom:link href="http://www.stevefibich.net/wordpress/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevefibich.net/wordpress</link>
	<description>(Steve&#039;s Site)</description>
	<lastBuildDate>Wed, 07 Nov 2012 00:22:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>Comment on Worst PowerShell Code Ever! (To Parse SQL Server XML Query Plan with Traceflag 8666 on) by Getting Statistical Use Information from XML Query Plan (part II)</title>
		<link>http://www.stevefibich.net/wordpress/2012/11/01/worst-powershell-code-ever-to-parse-sql-server-xml-query-plan-with-traceflag-8666-on/#comment-563</link>
		<dc:creator>Getting Statistical Use Information from XML Query Plan (part II)</dc:creator>
		<pubDate>Wed, 07 Nov 2012 00:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevefibich.net/wordpress/?p=260#comment-563</guid>
		<description><![CDATA[[...] post is a follow up to my post from a few days ago dealing with gathering query engines use of statistical information when generating a plan.  I [...]]]></description>
		<content:encoded><![CDATA[<p>[...] post is a follow up to my post from a few days ago dealing with gathering query engines use of statistical information when generating a plan.  I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerShell Profile for SQL Server DBAs by sfibich</title>
		<link>http://www.stevefibich.net/wordpress/2012/04/03/powershell-profile-for-sql-server-dbas/#comment-562</link>
		<dc:creator>sfibich</dc:creator>
		<pubDate>Tue, 30 Oct 2012 18:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevefibich.net/wordpress/?p=70#comment-562</guid>
		<description><![CDATA[Jason, your right I wouldn&#039;t want to use &amp;gt in the prompt.  The actual code I use for my profile.ps1 doesn&#039;t have a &amp;gt, this must have happened when I copied the code into the blog posting.  Thanks for pointing it out, I&#039;ll correct it.]]></description>
		<content:encoded><![CDATA[<p>Jason, your right I wouldn&#8217;t want to use &#038;gt in the prompt.  The actual code I use for my profile.ps1 doesn&#8217;t have a &#038;gt, this must have happened when I copied the code into the blog posting.  Thanks for pointing it out, I&#8217;ll correct it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerShell Profile for SQL Server DBAs by Jason Crider</title>
		<link>http://www.stevefibich.net/wordpress/2012/04/03/powershell-profile-for-sql-server-dbas/#comment-561</link>
		<dc:creator>Jason Crider</dc:creator>
		<pubDate>Thu, 25 Oct 2012 14:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevefibich.net/wordpress/?p=70#comment-561</guid>
		<description><![CDATA[Good stuff.

I would note that if you don&#039;t want that &amp;gt on your prompt you could modify the code to use &gt; instead:

function prompt {&quot;[$env:computerName]&gt;&quot;;
$host.UI.RawUI.WindowTitle = $(get-location)
};

Not sure about the reasoning for using &amp;gt in your case.]]></description>
		<content:encoded><![CDATA[<p>Good stuff.</p>
<p>I would note that if you don&#8217;t want that &amp;gt on your prompt you could modify the code to use &gt; instead:</p>
<p>function prompt {&#8220;[$env:computerName]&gt;&#8221;;<br />
$host.UI.RawUI.WindowTitle = $(get-location)<br />
};</p>
<p>Not sure about the reasoning for using &amp;gt in your case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSMS Tips and Tricks -Short Cut Keys(Built-In) by SQL Development Tips and Tricks to become a more efficient DBA/Developer &#124; Steve&#039;s site</title>
		<link>http://www.stevefibich.net/wordpress/2012/04/09/ssms-tips-and-tricks-short-cut-keysbuilt-in/#comment-75</link>
		<dc:creator>SQL Development Tips and Tricks to become a more efficient DBA/Developer &#124; Steve&#039;s site</dc:creator>
		<pubDate>Tue, 10 Apr 2012 01:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevefibich.net/wordpress/?p=163#comment-75</guid>
		<description><![CDATA[[...] Projects 5.)Naming Conventions and Documentation Standards (More why than how, but with examples) 6.) SSMS SQLCMD and SQLCMD.exe 7.)SSMS Shortcut keys (Built in) 8.)SQL docs&#8230;think Java docs 9.)TFS and Subversion [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Projects 5.)Naming Conventions and Documentation Standards (More why than how, but with examples) 6.) SSMS SQLCMD and SQLCMD.exe 7.)SSMS Shortcut keys (Built in) 8.)SQL docs&#8230;think Java docs 9.)TFS and Subversion [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSMS Tips and Tricks &#8211; Projects by SQL Development Tips and Tricks to become a more efficient DBA/Developer &#124; Steve&#039;s site</title>
		<link>http://www.stevefibich.net/wordpress/2012/04/08/ssms-tips-and-tricks-projects/#comment-72</link>
		<dc:creator>SQL Development Tips and Tricks to become a more efficient DBA/Developer &#124; Steve&#039;s site</dc:creator>
		<pubDate>Mon, 09 Apr 2012 01:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevefibich.net/wordpress/?p=140#comment-72</guid>
		<description><![CDATA[[...] promise!) Internal Links: 1.) Shortcut Keys 2.) PowerShell Search  3.) PowerShell Profile for DBAs 4.)SSMS Projects 5.)Naming Conventions and Documentation Standards (More why than how, but with examples) 6.)SSMS [...]]]></description>
		<content:encoded><![CDATA[<p>[...] promise!) Internal Links: 1.) Shortcut Keys 2.) PowerShell Search  3.) PowerShell Profile for DBAs 4.)SSMS Projects 5.)Naming Conventions and Documentation Standards (More why than how, but with examples) 6.)SSMS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shortcut Keys (SSMS) by SQL Development Tips and Tricks to become a more efficient DBA/Developer &#124; Steve&#039;s site</title>
		<link>http://www.stevefibich.net/wordpress/2011/10/15/shortcut-keys-ssms/#comment-53</link>
		<dc:creator>SQL Development Tips and Tricks to become a more efficient DBA/Developer &#124; Steve&#039;s site</dc:creator>
		<pubDate>Wed, 28 Mar 2012 01:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevefibich.net/wordpress/?p=57#comment-53</guid>
		<description><![CDATA[[...] all around more productive SQL Server professional.  (It will be fun I promise!) Internal Links: 1.) Shortcut Keys 2.) PowerShell [...]]]></description>
		<content:encoded><![CDATA[<p>[...] all around more productive SQL Server professional.  (It will be fun I promise!) Internal Links: 1.) Shortcut Keys 2.) PowerShell [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
