Viewing 15 posts - 481 through 495 (of 4,081 total)
Alvin Ramard (7/31/2015)
Luis Cazares (7/31/2015)
WayneS (7/31/2015)
Looks like Luis is answering Oracle questions now.
That wasn't the only attempt on that day. Here's a completely lost Oracle user.
But hey, as long as...
July 31, 2015 at 12:10 pm
GilaMonster (7/23/2015)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Superfluous additional exclamatory congratulations, Gail!
But for some strange reason this is unsurprising.
July 24, 2015 at 3:46 pm
There are better ways to include column names with output. I don't know of any other system that handles column names the way that view does. ...
July 24, 2015 at 2:45 pm
Just saw your last post. Why on earth are you trying to put text for column headers at the front of your actual data?
Of course "Call...
July 24, 2015 at 2:19 pm
It may be that some of the values in your table do not represent valid dates.
If you try to convert to datetime and any row has a bad value...
July 24, 2015 at 2:13 pm
I inherited a large EAV (TRANSLATE_CODE_VALUE) that contained descriptions matched to a series of single-character codes across dozens of columns in several primary tables. The schema...
June 8, 2015 at 8:37 am
Brian J. Parker (6/5/2015)
June 5, 2015 at 1:28 pm
No argument with the statement that cursors are acceptable where row by row processing can't be avoided. The reason relative newcomers to SQL are warned away from...
June 5, 2015 at 10:36 am
Eric M Russell (5/18/2015)
Iwas Bornready (5/18/2015)
What a great idea. I totally agree. Let me see if I can optimize it even more and then force sql to use my version.
Real...
May 18, 2015 at 2:50 pm
Um... guys... did you look at when this thread started. Your advice is about 5 years too late 😉
May 15, 2015 at 12:14 pm
Dangit, I read all the way down thinking about the VALUES clause and you beat me to it.
April 9, 2015 at 4:40 pm
I agree with EMarkM that 99.99% of the time its a mistake to force use of an index. Not to be unkind, but the optimizer knows what...
March 11, 2015 at 3:40 pm
When you do a left join or a right join or a full outer join or an outer APPLY, unmatched rows return NULL values. Use the...
March 10, 2015 at 1:16 pm
Wow.... five years...
Here is a quick example of a Calendar table. If you will search this site under the words "Calendar Table" you will...
February 14, 2015 at 12:57 pm
Viewing 15 posts - 481 through 495 (of 4,081 total)