Viewing 6 posts - 1 through 6 (of 6 total)
peter-757102 (7/23/2015)
And doing so by making mini-scripts and...
July 23, 2015 at 4:13 am
The real question is "Should you write 'terminate employee' business logic in a stored procedure?"
You don't have to convince me on the ROI of Unit Tests, they're a proven methodology...
July 23, 2015 at 3:48 am
Robert (11/21/2008)
November 21, 2008 at 6:07 am
I got the question correct. However, and it's not the first time that I have noticed this on sqlservercentral. It's not 'DOS'! DOS died a long time...
November 21, 2008 at 4:31 am
Vladan,
Indeed. I didn't bother to look twice 😉 but just noticed a whole bunch of SQL while the solution was fairly simple.
And I second your sub-select comment.
Regards,
Ben
July 4, 2008 at 9:27 am
Don't know why you guys are making it so hard. What is wrong with just:
SELECT
Agt.AgentName,
Ags.Date,
PrimProj.ProjectName As PrimaryProject,
SecProj.ProjectName AS SecondaryProject
FROM
AgentSession...
July 4, 2008 at 3:44 am
Viewing 6 posts - 1 through 6 (of 6 total)