<?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 on: SELECT Yourself</title>
	<atom:link href="http://thomaslarock.com/2009/04/select-yourself/feed/" rel="self" type="application/rss+xml" />
	<link>http://thomaslarock.com/2009/04/select-yourself/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 18:00:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sanjeev Kumar</title>
		<link>http://thomaslarock.com/2009/04/select-yourself/comment-page-1/#comment-524</link>
		<dc:creator>Sanjeev Kumar</dc:creator>
		<pubDate>Fri, 13 Aug 2010 06:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1521#comment-524</guid>
		<description>I would be

DROP Database..</description>
		<content:encoded><![CDATA[<p>I would be</p>
<p>DROP Database..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Ozar</title>
		<link>http://thomaslarock.com/2009/04/select-yourself/comment-page-1/#comment-523</link>
		<dc:creator>Brent Ozar</dc:creator>
		<pubDate>Sun, 19 Apr 2009 00:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1521#comment-523</guid>
		<description>I&#039;d be INSERT INTO dbo.YourMom.</description>
		<content:encoded><![CDATA[<p>I&#8217;d be INSERT INTO dbo.YourMom.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLBatman</title>
		<link>http://thomaslarock.com/2009/04/select-yourself/comment-page-1/#comment-522</link>
		<dc:creator>SQLBatman</dc:creator>
		<pubDate>Sat, 18 Apr 2009 15:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1521#comment-522</guid>
		<description>well, that explains your fragmented state of mind</description>
		<content:encoded><![CDATA[<p>well, that explains your fragmented state of mind</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremiah Peschka</title>
		<link>http://thomaslarock.com/2009/04/select-yourself/comment-page-1/#comment-521</link>
		<dc:creator>Jeremiah Peschka</dc:creator>
		<pubDate>Sat, 18 Apr 2009 14:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1521#comment-521</guid>
		<description>I&#039;d be a SHRINK DATABASE.</description>
		<content:encoded><![CDATA[<p>I&#8217;d be a SHRINK DATABASE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Ford</title>
		<link>http://thomaslarock.com/2009/04/select-yourself/comment-page-1/#comment-520</link>
		<dc:creator>Tim Ford</dc:creator>
		<pubDate>Fri, 17 Apr 2009 14:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1521#comment-520</guid>
		<description>SELECT D.Lname + &#039;, &#039; + D.Fname
FROM DBPros D
 INNER JOIN People_Statuses PS ON D.dbp_id = PS.dbp_id
 INNER JOIN Statuses S ON PS.status_id = S.status_id
 INNER JOIN People_Personalities PP ON D.dbp_id = PP.dbp_id
 INNER JOIN Personalities P ON PP.pers_id = P.pers_id
 INNER JOIN People_Skillset PS ON D.dbp_id = PS.dbp_id
 INNER JOIN SkillSet SS ON PS.skillset_id = SS.skillset_id
 INNER JOIN People_ExtracurricularActivities PEA ON D.dbp_id = PEA.dbp_id
 INNER JOIN ExtracurricularActivities EA ON PEA.ea_id = EA.ea_id
WHERE
 S.status_desc IN (&#039;chillaxed&#039;, &#039;stressed&#039;) --Yes, can be both aka &quot;tech bi-polarism&quot;
 AND P.personality_desc = &#039;confident&#039;
 AND SS.skillset_desc IN (&#039;DBA_General&#039;, &#039;SSIS&#039;, &#039;Internals&#039;, &#039;DMV&#039;, &#039;Development&#039;, &#039;TSQL&#039;, &#039;VB&#039;, &#039;Agent&#039;)
 AND EA.ea_desc IN (&#039;Skiing&#039;, &#039;Gaming&#039;, &#039;Reading&#039;, &#039;Photography&#039;, &#039;Volunteerism&#039;, &#039;Coffee Snobery&#039;, &#039;Zymurgy&#039;, &#039;Cooking&#039;, &#039;Technogeekery&#039;, &#039;Gardening&#039;, &#039;Parenting&#039;, &#039;Fitness&#039;)</description>
		<content:encoded><![CDATA[<p>SELECT D.Lname + &#8216;, &#8216; + D.Fname<br />
FROM DBPros D<br />
 INNER JOIN People_Statuses PS ON D.dbp_id = PS.dbp_id<br />
 INNER JOIN Statuses S ON PS.status_id = S.status_id<br />
 INNER JOIN People_Personalities PP ON D.dbp_id = PP.dbp_id<br />
 INNER JOIN Personalities P ON PP.pers_id = P.pers_id<br />
 INNER JOIN People_Skillset PS ON D.dbp_id = PS.dbp_id<br />
 INNER JOIN SkillSet SS ON PS.skillset_id = SS.skillset_id<br />
 INNER JOIN People_ExtracurricularActivities PEA ON D.dbp_id = PEA.dbp_id<br />
 INNER JOIN ExtracurricularActivities EA ON PEA.ea_id = EA.ea_id<br />
WHERE<br />
 S.status_desc IN (&#8216;chillaxed&#8217;, &#8216;stressed&#8217;) &#8211;Yes, can be both aka &#8220;tech bi-polarism&#8221;<br />
 AND P.personality_desc = &#8216;confident&#8217;<br />
 AND SS.skillset_desc IN (&#8216;DBA_General&#8217;, &#8216;SSIS&#8217;, &#8216;Internals&#8217;, &#8216;DMV&#8217;, &#8216;Development&#8217;, &#8216;TSQL&#8217;, &#8216;VB&#8217;, &#8216;Agent&#8217;)<br />
 AND EA.ea_desc IN (&#8216;Skiing&#8217;, &#8216;Gaming&#8217;, &#8216;Reading&#8217;, &#8216;Photography&#8217;, &#8216;Volunteerism&#8217;, &#8216;Coffee Snobery&#8217;, &#8216;Zymurgy&#8217;, &#8216;Cooking&#8217;, &#8216;Technogeekery&#8217;, &#8216;Gardening&#8217;, &#8216;Parenting&#8217;, &#8216;Fitness&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wnylibrarian</title>
		<link>http://thomaslarock.com/2009/04/select-yourself/comment-page-1/#comment-519</link>
		<dc:creator>wnylibrarian</dc:creator>
		<pubDate>Fri, 17 Apr 2009 13:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1521#comment-519</guid>
		<description>I&#039;m some sort of stored procedure that would calculate some statistical information to be used for some sort of detailed analysis report for someone. Sort of like baseball data. What is the batting average of left-handed hitters against left-handed pitchers after 9 p.m. when the humidity is &lt;= 58% and the wind is &lt; 9 m.p.h.

sp_ReferenceLibrarian</description>
		<content:encoded><![CDATA[<p>I&#8217;m some sort of stored procedure that would calculate some statistical information to be used for some sort of detailed analysis report for someone. Sort of like baseball data. What is the batting average of left-handed hitters against left-handed pitchers after 9 p.m. when the humidity is &lt;= 58% and the wind is &lt; 9 m.p.h.</p>
<p>sp_ReferenceLibrarian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Ford</title>
		<link>http://thomaslarock.com/2009/04/select-yourself/comment-page-1/#comment-518</link>
		<dc:creator>Tim Ford</dc:creator>
		<pubDate>Fri, 17 Apr 2009 13:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1521#comment-518</guid>
		<description>Damn TABS!</description>
		<content:encoded><![CDATA[<p>Damn TABS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Ford</title>
		<link>http://thomaslarock.com/2009/04/select-yourself/comment-page-1/#comment-517</link>
		<dc:creator>Tim Ford</dc:creator>
		<pubDate>Fri, 17 Apr 2009 13:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1521#comment-517</guid>
		<description>SELECT D.Lname + &#039;, &#039; + D.Fname
FROM DBPros D
INNER JOIN</description>
		<content:encoded><![CDATA[<p>SELECT D.Lname + &#8216;, &#8216; + D.Fname<br />
FROM DBPros D<br />
INNER JOIN</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://thomaslarock.com/2009/04/select-yourself/comment-page-1/#comment-516</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 17 Apr 2009 13:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1521#comment-516</guid>
		<description>Easy - Undocumented sql commands running inside a trigger that deletes uses x0BADCAFE as the first bit of its @sql_handle.</description>
		<content:encoded><![CDATA[<p>Easy &#8211; Undocumented sql commands running inside a trigger that deletes uses x0BADCAFE as the first bit of its @sql_handle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Walsh</title>
		<link>http://thomaslarock.com/2009/04/select-yourself/comment-page-1/#comment-515</link>
		<dc:creator>Mike Walsh</dc:creator>
		<pubDate>Fri, 17 Apr 2009 12:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1521#comment-515</guid>
		<description>This would be a better &quot;stupid interview question&quot; than the normal &quot;stupid interview questions&quot; (&quot;what kind of vegetable or animal would you be? &quot;)

As for a SQL Query that I would be... I have a lot of interests that while different, have some common themes between them. There are some overarching principles I try to live by.

So I would probably have a CTE of my common principals, values, etc. and then find the commonality between the interests and do a few unioned selects.</description>
		<content:encoded><![CDATA[<p>This would be a better &#8220;stupid interview question&#8221; than the normal &#8220;stupid interview questions&#8221; (&#8220;what kind of vegetable or animal would you be? &#8220;)</p>
<p>As for a SQL Query that I would be&#8230; I have a lot of interests that while different, have some common themes between them. There are some overarching principles I try to live by.</p>
<p>So I would probably have a CTE of my common principals, values, etc. and then find the commonality between the interests and do a few unioned selects.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 1/20 queries in 0.023 seconds using disk: basic
Object Caching 566/570 objects using disk: basic

Served from: thomaslarock.com @ 2012-02-08 10:56:51 -->
