Comments on: SELECT Yourself https://thomaslarock.com/2009/04/select-yourself/ Thomas LaRock is an author, speaker, data expert, and SQLRockstar. He helps people connect, learn, and share. Along the way he solves data problems, too. Fri, 13 Aug 2010 06:34:06 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: Sanjeev Kumar https://thomaslarock.com/2009/04/select-yourself/#comment-524 Fri, 13 Aug 2010 06:34:06 +0000 http://sqlbatman.com/?p=1521#comment-524 I would be

DROP Database..

]]>
By: Brent Ozar https://thomaslarock.com/2009/04/select-yourself/#comment-523 Sun, 19 Apr 2009 00:51:30 +0000 http://sqlbatman.com/?p=1521#comment-523 I’d be INSERT INTO dbo.YourMom.

]]>
By: SQLBatman https://thomaslarock.com/2009/04/select-yourself/#comment-522 Sat, 18 Apr 2009 15:55:07 +0000 http://sqlbatman.com/?p=1521#comment-522 In reply to Jeremiah Peschka.

well, that explains your fragmented state of mind

]]>
By: Jeremiah Peschka https://thomaslarock.com/2009/04/select-yourself/#comment-521 Sat, 18 Apr 2009 14:39:22 +0000 http://sqlbatman.com/?p=1521#comment-521 I’d be a SHRINK DATABASE.

]]>
By: Tim Ford https://thomaslarock.com/2009/04/select-yourself/#comment-520 Fri, 17 Apr 2009 14:00:04 +0000 http://sqlbatman.com/?p=1521#comment-520 SELECT D.Lname + ‘, ‘ + 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 (‘chillaxed’, ‘stressed’) –Yes, can be both aka “tech bi-polarism”
AND P.personality_desc = ‘confident’
AND SS.skillset_desc IN (‘DBA_General’, ‘SSIS’, ‘Internals’, ‘DMV’, ‘Development’, ‘TSQL’, ‘VB’, ‘Agent’)
AND EA.ea_desc IN (‘Skiing’, ‘Gaming’, ‘Reading’, ‘Photography’, ‘Volunteerism’, ‘Coffee Snobery’, ‘Zymurgy’, ‘Cooking’, ‘Technogeekery’, ‘Gardening’, ‘Parenting’, ‘Fitness’)

]]>
By: wnylibrarian https://thomaslarock.com/2009/04/select-yourself/#comment-519 Fri, 17 Apr 2009 13:32:45 +0000 http://sqlbatman.com/?p=1521#comment-519 I’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 <= 58% and the wind is < 9 m.p.h.

sp_ReferenceLibrarian

]]>
By: Tim Ford https://thomaslarock.com/2009/04/select-yourself/#comment-518 Fri, 17 Apr 2009 13:30:16 +0000 http://sqlbatman.com/?p=1521#comment-518 Damn TABS!

]]>