Viewing 15 posts - 19,186 through 19,200 (of 59,072 total)
Ok... first things first. Part of the reason why you've gotten no actual code to help you for the split portion of this problem is because you haven't posted...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2015 at 6:50 pm
Ah... the "blood in my eyes" caused me to misread Jason's post. I thought he meant something else.
Yes. It was a hot post and I didn't really mean...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2015 at 6:26 pm
jasona.work (11/13/2015)
Whhoooo!!!*I* nearly got singed by this reply: http://www.sqlservercentral.com/Forums/FindPost1736339.aspx
Not that I blame Jeff, he's probably had the "joy" of interviewing people like the OP...
I'm curious... How did you almost get...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2015 at 5:40 pm
Ed Wagner (11/13/2015)
Jeff Moden (11/13/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2015 at 4:13 pm
Alright, nexus2vijay... Putting the teaching hat back on, let's work on the first problem...
Here's the problem as you listed it in the original post on this thread...
1. List the top...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2015 at 2:18 pm
nexus2vijay (11/12/2015)
Use JOIN wherever applicable (do not use EXISTS!).
Do NOT use variable or temporary table.
4 Tables are below and...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2015 at 8:11 am
xxxy2k (11/13/2015)
select
dbo.GetDomain(t.test,'|',0) as col2,
dbo.GetDomain(t.test,'|',1) as col3,
dbo.GetDomain(t.test,'|',2) as col4
from...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2015 at 6:27 am
Phil Factor (11/12/2015)
It was a difficult booklet to write because I was merely trying to record those things that were considered by people cleverer and more experienced than I...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2015 at 12:54 pm
Ed Elliott (11/11/2015)
Martin Fowler is pretty clear that refactoring means looking for and cleaning substandard code for example:http://martinfowler.com/articles/workflowsOfRefactoring/#opp-flow
The thing is, who determines what "substandard" actually is? Based on the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 11, 2015 at 7:52 pm
I love refactoring because we can indeed get rid of a huge amount of technical debt, improve performance and scalability of the code, simplify by removed gobs of RBAR, and...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 11, 2015 at 3:10 pm
Chitown (11/11/2015)
Thanks all. I think I will start with learning TSQL since I am just a little weak in that department. 🙂
Cool. That's great. I have to tell...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 11, 2015 at 8:44 am
Steve Jones - SSC Editor (11/10/2015)
Jeff Moden (11/6/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
November 10, 2015 at 9:19 pm
SoHelpMeCodd (11/8/2015)
You are way too gentle Jeff. I struck out my comment - my apologies:)
I've seen your posts. You've got a good spirit and a great heart not to...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 10, 2015 at 8:56 pm
Nicegirl13 (11/10/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
November 10, 2015 at 8:34 pm
Phil Factor (11/10/2015)
Is this the SQL Code Smells ebook you're referring to? I wasn't sure, since there were 120 SQL Code Smells itemised, not 27. If it is mine, I'll...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 10, 2015 at 8:21 pm
Viewing 15 posts - 19,186 through 19,200 (of 59,072 total)