Viewing 15 posts - 151 through 165 (of 658 total)
Sean Lange (10/21/2014)
October 22, 2014 at 2:02 am
Stewart "Arturius" Campbell (10/15/2014)
yes, the question used a reserved keyword for a column name (purely by mishap, i'm sure).
but, despite that little inconvenience, the idea behind the question was...
October 15, 2014 at 6:04 am
paul.knibbs (10/15/2014)
I mean, the error about incorrect syntax near "FROM" isn't one of the available answer options, so it should be pretty obvious that's not what was intended.
It would be...
October 15, 2014 at 2:09 am
Hugo Kornelis (10/1/2014)
There actually is a reliable set-based way to do this, even though it does involve a bit of trickery, and some voodoo black magic (aka XML):
SELECT STUFF((SELECT ',...
October 2, 2014 at 9:55 am
Miles Neale (10/1/2014)
The answer was clear and the numbers used were fine.
The question was changed after some of the grumpy replies were posted. Originally, the answer was far...
October 1, 2014 at 10:23 am
RLilj33 (10/1/2014)
If I have this data?
CustomerID Sales
1 ...
October 1, 2014 at 8:58 am
The question includes example data. And the required result set. Unfortunately the result set cannot be obtained from the data.
It's clearly an error, and Steve will be along sooner or...
October 1, 2014 at 6:47 am
Interesting. Though the issue appears to be with applying functions to the Order By, which I don't think I've tried. I've certainly used this method successfully for many years -...
October 1, 2014 at 2:25 am
Eirikur Eiriksson (10/1/2014)Wrong assumption, nothing wrong with the question.
If you think that then I suggest you re-read the question!
October 1, 2014 at 2:19 am
Hugo Kornelis (9/30/2014)
Me, when...
September 30, 2014 at 10:18 am
hjp (9/23/2014)
September 30, 2014 at 9:10 am
In Oracle, a Truncate cannot be rolled back (or couldn't last time I coded anything in Oracle). I suspect this is the origin of the myth that the same applies...
September 30, 2014 at 8:57 am
I didn't know the answer, but there was only one combination of two answers possible, the two that are basically the same thing but worded differently. Any other combination was...
August 21, 2014 at 2:04 am
SQLRNNR (8/13/2014)Why can't sp_rename perform that same metadata update?
Presumably it's the standard Microsoft trick - there's a bug in the software, they can't be bothered to fix it, so they...
August 14, 2014 at 2:06 am
Viewing 15 posts - 151 through 165 (of 658 total)