<?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 SQL Fool</title>
	<atom:link href="http://sqlfool.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://sqlfool.com</link>
	<description>Self-Professed SQL Scripting Junkie!</description>
	<lastBuildDate>Fri, 04 May 2012 08:30:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on Tidbits I Discovered Today&#8230; by Thomas Rushton</title>
		<link>http://sqlfool.com/2012/05/things-i-discovered-today/comment-page-1/#comment-7697</link>
		<dc:creator>Thomas Rushton</dc:creator>
		<pubDate>Fri, 04 May 2012 08:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=1624#comment-7697</guid>
		<description>Hi Michelle

You might want to check out Jes &quot;@grrl_geek&quot; Borland&#039;s post on &quot;making SSMS awesome&quot; - http://blogs.lessthandot.com/index.php/DataMgmt/DBAdmin/MSSQLServerAdmin/tips-and-tricks-to-make

There&#039;s a good few odds and ends in there that I find really useful.</description>
		<content:encoded><![CDATA[<p>Hi Michelle</p>
<p>You might want to check out Jes &#8220;@grrl_geek&#8221; Borland&#8217;s post on &#8220;making SSMS awesome&#8221; &#8211; <a href="http://blogs.lessthandot.com/index.php/DataMgmt/DBAdmin/MSSQLServerAdmin/tips-and-tricks-to-make" rel="nofollow">http://blogs.lessthandot.com/index.php/DataMgmt/DBAdmin/MSSQLServerAdmin/tips-and-tricks-to-make</a></p>
<p>There&#8217;s a good few odds and ends in there that I find really useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tidbits I Discovered Today&#8230; by Michelle Ufford</title>
		<link>http://sqlfool.com/2012/05/things-i-discovered-today/comment-page-1/#comment-7692</link>
		<dc:creator>Michelle Ufford</dc:creator>
		<pubDate>Thu, 03 May 2012 14:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=1624#comment-7692</guid>
		<description>@IL - haha, I love it! :) As for the &quot;Insert spaces option,&quot; yes, I know it and love it. It&#039;s one of the very first things I change any time I install SSMS. But no, I didn&#039;t know about the option to force SSMS to save to Unicode-Codepage 1200! Thanks for that!

@Michael - Thank you, sir! I often procrastinate on blogging because I think that something is &quot;not good enough,&quot; but lately I&#039;ve decided to just put it all out there. That&#039;s in no small part due to my recent investigation of Google Analytics stats. Some of my &quot;little tips&quot; posts get far more hits than any of my complex posts. Who woulda thunk it? :) As for INFORMATION_SCHEMA.*, I agree that they are more user-friendly than the catalog views. I just don&#039;t end up using them that much because they&#039;re missing object_id, which I typically need to join to other views (i.e. sys.partitions &amp; sys.allocation_units).</description>
		<content:encoded><![CDATA[<p>@IL &#8211; haha, I love it! <img src='http://sqlfool.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  As for the &#8220;Insert spaces option,&#8221; yes, I know it and love it. It&#8217;s one of the very first things I change any time I install SSMS. But no, I didn&#8217;t know about the option to force SSMS to save to Unicode-Codepage 1200! Thanks for that!</p>
<p>@Michael &#8211; Thank you, sir! I often procrastinate on blogging because I think that something is &#8220;not good enough,&#8221; but lately I&#8217;ve decided to just put it all out there. That&#8217;s in no small part due to my recent investigation of Google Analytics stats. Some of my &#8220;little tips&#8221; posts get far more hits than any of my complex posts. Who woulda thunk it? <img src='http://sqlfool.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  As for INFORMATION_SCHEMA.*, I agree that they are more user-friendly than the catalog views. I just don&#8217;t end up using them that much because they&#8217;re missing object_id, which I typically need to join to other views (i.e. sys.partitions &#038; sys.allocation_units).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tidbits I Discovered Today&#8230; by Michael J. Swart</title>
		<link>http://sqlfool.com/2012/05/things-i-discovered-today/comment-page-1/#comment-7691</link>
		<dc:creator>Michael J. Swart</dc:creator>
		<pubDate>Thu, 03 May 2012 12:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=1624#comment-7691</guid>
		<description>Love these kinds of posts! They&#039;re more useful to me in my day to day work then 90% of the other posts in my news feeds.

Let&#039;s see, tidbits, tidbits... Okay, I&#039;ve got one:

I&#039;ve recently started using INFORMATION_SCHEMA.COLUMNS and INFORMATION_SCHEMA.TABLES instead of sys.columns and sys.tables because in one view, we&#039;ve got db, schema, table, column and type names without having to join with the other system tables.</description>
		<content:encoded><![CDATA[<p>Love these kinds of posts! They&#8217;re more useful to me in my day to day work then 90% of the other posts in my news feeds.</p>
<p>Let&#8217;s see, tidbits, tidbits&#8230; Okay, I&#8217;ve got one:</p>
<p>I&#8217;ve recently started using INFORMATION_SCHEMA.COLUMNS and INFORMATION_SCHEMA.TABLES instead of sys.columns and sys.tables because in one view, we&#8217;ve got db, schema, table, column and type names without having to join with the other system tables.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tidbits I Discovered Today&#8230; by IL</title>
		<link>http://sqlfool.com/2012/05/things-i-discovered-today/comment-page-1/#comment-7686</link>
		<dc:creator>IL</dc:creator>
		<pubDate>Thu, 03 May 2012 06:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=1624#comment-7686</guid>
		<description>Hi Michelle,
Would this picture http://i46.tinypic.com/2dj9w1f.png for Convert Tabs to Spaces and vice versa is of right direction to yours? :) Actually, I&#039;ve shortened these just to images (Default style) and SSMS looks prettier now. Thanks!
More serious questions:
1) You&#039;ve mentioned on twitter about converting tabs automatically, but do you mean Tools -&gt; Options -&gt; Text Editor -&gt; Transact-SQL -&gt; Tabs -&gt; Insert spaces option?
2) Do you know the option in SSMS to force it to save SQL files in Unicode-Codepage 1200? It is always set to ANSI page for new files by default.</description>
		<content:encoded><![CDATA[<p>Hi Michelle,<br />
Would this picture <a href="http://i46.tinypic.com/2dj9w1f.png" rel="nofollow">http://i46.tinypic.com/2dj9w1f.png</a> for Convert Tabs to Spaces and vice versa is of right direction to yours? <img src='http://sqlfool.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Actually, I&#8217;ve shortened these just to images (Default style) and SSMS looks prettier now. Thanks!<br />
More serious questions:<br />
1) You&#8217;ve mentioned on twitter about converting tabs automatically, but do you mean Tools -&gt; Options -&gt; Text Editor -&gt; Transact-SQL -&gt; Tabs -&gt; Insert spaces option?<br />
2) Do you know the option in SSMS to force it to save SQL files in Unicode-Codepage 1200? It is always set to ANSI page for new files by default.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scientific Notation with IsNumeric() by Louie Bao</title>
		<link>http://sqlfool.com/2008/10/scientific-notation-with-isnumeric/comment-page-1/#comment-7676</link>
		<dc:creator>Louie Bao</dc:creator>
		<pubDate>Sun, 29 Apr 2012 23:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=40#comment-7676</guid>
		<description>IsNumeric returns true not only for scientific notations, but also monetary symbols as well, please refer to my blog on this topic http://www.louiebao.net/blog/200910/isnumeric/</description>
		<content:encoded><![CDATA[<p>IsNumeric returns true not only for scientific notations, but also monetary symbols as well, please refer to my blog on this topic <a href="http://www.louiebao.net/blog/200910/isnumeric/" rel="nofollow">http://www.louiebao.net/blog/200910/isnumeric/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BCP Script Generator by Something for the Weekend &#8211; SQL Server Links 20/04/12 - John Sansom SQL Server DBA</title>
		<link>http://sqlfool.com/2012/04/bcp-script-generator/comment-page-1/#comment-7658</link>
		<dc:creator>Something for the Weekend &#8211; SQL Server Links 20/04/12 - John Sansom SQL Server DBA</dc:creator>
		<pubDate>Fri, 27 Apr 2012 10:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=1598#comment-7658</guid>
		<description>[...] BCP Script Generator - Sharing the results of her recent BCP adventures, Michelle Ufford(Blog&#124;Twitter) provides us with another one of her valuable scripts. [...]</description>
		<content:encoded><![CDATA[<p>[...] BCP Script Generator - Sharing the results of her recent BCP adventures, Michelle Ufford(Blog|Twitter) provides us with another one of her valuable scripts. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BCP Script Generator by Michelle Ufford</title>
		<link>http://sqlfool.com/2012/04/bcp-script-generator/comment-page-1/#comment-7651</link>
		<dc:creator>Michelle Ufford</dc:creator>
		<pubDate>Wed, 25 Apr 2012 15:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=1598#comment-7651</guid>
		<description>@Rowland Thanks! 

@David Glad I could help! Good luck with the project. :)

@Todd Yeah, it&#039;s hard to find time with a 5-month old, but he&#039;s starting to sleep a little bit better at night, which means I&#039;m markedly less zombie-like. Which hopefully means more blogging. :) It&#039;s still early in the data migration phase, but I can tell you that we&#039;ve seen a huge performance improvement on the couple of marts that have already been migrated. The actual migration process is a whole other story... :)</description>
		<content:encoded><![CDATA[<p>@Rowland Thanks! </p>
<p>@David Glad I could help! Good luck with the project. <img src='http://sqlfool.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@Todd Yeah, it&#8217;s hard to find time with a 5-month old, but he&#8217;s starting to sleep a little bit better at night, which means I&#8217;m markedly less zombie-like. Which hopefully means more blogging. <img src='http://sqlfool.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It&#8217;s still early in the data migration phase, but I can tell you that we&#8217;ve seen a huge performance improvement on the couple of marts that have already been migrated. The actual migration process is a whole other story&#8230; <img src='http://sqlfool.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BCP Script Generator by Todd Everett</title>
		<link>http://sqlfool.com/2012/04/bcp-script-generator/comment-page-1/#comment-7645</link>
		<dc:creator>Todd Everett</dc:creator>
		<pubDate>Tue, 24 Apr 2012 11:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=1598#comment-7645</guid>
		<description>Thanks for this great script.  Glad to see you are having a little more time to blog and I appreciate you sharing the scripts you develop - they are always useful.  How are you finding Teradata stacks up against SQL Server for data marts?  We use SQL Server for all of our data marts where I work but Teradata is always calling....</description>
		<content:encoded><![CDATA[<p>Thanks for this great script.  Glad to see you are having a little more time to blog and I appreciate you sharing the scripts you develop &#8211; they are always useful.  How are you finding Teradata stacks up against SQL Server for data marts?  We use SQL Server for all of our data marts where I work but Teradata is always calling&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Index Defrag Script, v4.1 by Phil</title>
		<link>http://sqlfool.com/2011/06/index-defrag-script-v4-1/comment-page-2/#comment-7638</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Mon, 23 Apr 2012 12:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=1544#comment-7638</guid>
		<description>when i run the script to create it first time i get:

Msg 102, Level 15, State 1, Procedure dba_indexDefrag_sp, Line 464
Incorrect syntax near &#039;OBJECT_ID&#039;.</description>
		<content:encoded><![CDATA[<p>when i run the script to create it first time i get:</p>
<p>Msg 102, Level 15, State 1, Procedure dba_indexDefrag_sp, Line 464<br />
Incorrect syntax near &#8216;OBJECT_ID&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BCP Script Generator by david hay</title>
		<link>http://sqlfool.com/2012/04/bcp-script-generator/comment-page-1/#comment-7625</link>
		<dc:creator>david hay</dc:creator>
		<pubDate>Fri, 20 Apr 2012 19:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=1598#comment-7625</guid>
		<description>Talk about timing!  I just got handed a BCP project, this will help so much!  Thank you!</description>
		<content:encoded><![CDATA[<p>Talk about timing!  I just got handed a BCP project, this will help so much!  Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

