Viewing 15 posts - 1,366 through 1,380 (of 3,348 total)
below86 (4/20/2015)
COALESCE is attractive because (a) it is standard and (b) it has a neater syntax than ISNULL
Both are reasons I started to try and use this in my code,...
April 21, 2015 at 1:32 am
TomThomson (4/18/2015)
Hugo Kornelis (4/15/2015)
April 19, 2015 at 5:11 am
TomThomson (4/18/2015)
April 18, 2015 at 10:28 am
The question is okay, but the explanation is absolutely incorrect.
The difference between the two functions is caused by some pretty non-standard behaviour of the ISNULL function. (Which is documented, by...
April 17, 2015 at 6:38 am
RLilj33 (4/15/2015)
April 15, 2015 at 3:37 pm
But note that supplying an offset only produces the expected results if you can be sure that there is exactly one row per month in the sales table. (Or, if...
April 15, 2015 at 1:19 am
TomThomson (4/9/2015)
I've certainly had cases where having the namelist didn't work but adding an alias did
I hope you can reconstruct those, since they would be very interesting to look at....
April 9, 2015 at 3:19 pm
TomThomson (4/9/2015)
Hugo Kornelis (4/9/2015)
I chose the answer that is marked as correct because that is the only one that really points out what is wrong - a column...
April 9, 2015 at 6:16 am
What Matthew said.
I chose the answer that is marked as correct because that is the only one that really points out what is wrong - a column list by itself...
April 9, 2015 at 3:50 am
This could have been a nice question about an interesting curiosity (though utterly useless, as nobody will ever use this in real life - right?).
Unfortunately, the mishap with the schema...
April 8, 2015 at 4:09 am
I copied the question text in Management Studio and executed it, and the result was an error message. If this only works on SQL Server 4.2, it should be indicated...
April 8, 2015 at 3:49 am
Eirikur Eiriksson (4/5/2015)
😎
1. CTRL + H
2. [
3. TAB
4. ALT + A
5. ENTER
6. ]
7....
April 8, 2015 at 3:41 am
TomThomson (3/19/2015)
March 19, 2015 at 11:09 am
TomThomson (3/17/2015)
Is there a good reason for not supporting cross-database foreign key constraints? For some reaon or other I believe there isn't.
How would you handle dropping a database, or...
March 18, 2015 at 3:29 am
Hany Helmy (3/15/2015)
Gr8 question, thanx 🙂Did anyone tried this feature before? And is there any actual performance gained?
Yes. See http://www.sqlservercentral.com/stairway/121631/%5B/url%5D
(Bit of work life balance issues at the moment, hope to...
March 17, 2015 at 5:28 am
Viewing 15 posts - 1,366 through 1,380 (of 3,348 total)