Viewing 15 posts - 1,756 through 1,770 (of 1,932 total)
Yes, I think companies, especially small ones, are foregoing hiring DBA's. I work for a university, but the department where I work, has a small 4 person IT staff....
June 25, 2010 at 9:02 am
Yesterday at our staff meeting we learned that there will be no professional travel or training in the next fiscal year, for the third year in a row. I...
June 10, 2010 at 8:36 am
I am extremely envious. I went to my first TechEd a few years ago, after having been to VS Live events for several years, and found TechEd to be...
June 8, 2010 at 8:30 am
Thank you, ColdCoffee, for using a simpler example. That makes the concept of CROSS JOIN with a WHERE clause easier to understand.
June 3, 2010 at 1:04 pm
Ken McKelvey (6/3/2010)
Maybe:
SELECT S.ClientNumber
,S.CaseNumber
,T.ReferralSourceType
,T.ReferralSourceDesc
FROM RequestForServices S
JOIN SourceOfReferral R
ON S.ReferralSource = R.ReferralSource
JOIN ReferralSourceTypes T
ON S.ReferralSourceType = T.ReferralSourceType
To me, that's a more elegant solution.
June 3, 2010 at 1:02 pm
I'm sure that, as some point on these forums, I've asked a question and indicated that I needed an answer in a hurry. I think that, when I read...
May 13, 2010 at 8:19 am
"Wet paint". I've never heard that phrase to describe code that is still in process, but not yet ready to be used. I like it!
May 7, 2010 at 8:04 am
Rich-403221 (4/8/2010)
When I was in high school I worked in a shoe store (no Al Bundy jokes, please). We would send the newbies to...
April 8, 2010 at 9:52 am
john.arnott (4/6/2010)
Rod at work (4/5/2010)
April 6, 2010 at 1:22 pm
A friend of mine thinks that if you cross the International Date Line, say going from west to east, that you can actually travel back in time. I kid...
April 5, 2010 at 10:48 am
Gail,
I appreciate this feedback, and especially from you. This is the sort of thing that I've got to hear, so that I can see how better to architect solutions...
March 11, 2010 at 3:08 pm
Jeffrey Williams-493691 (3/3/2010)
March 3, 2010 at 2:02 pm
Lowell (3/3/2010)
I've encountered this before, and it seems the companies think that their schema would reveal their business processes ro something,...
March 3, 2010 at 1:58 pm
Excellent information, Lynn, thank you! Well then I can see that there won't be a lot of activity on our Master database, as we don't do most of those...
March 1, 2010 at 1:02 pm
Viewing 15 posts - 1,756 through 1,770 (of 1,932 total)