Viewing 15 posts - 661 through 675 (of 11,678 total)
Toreador (6/29/2015)
Koen Verbeeck (6/29/2015)
I'm not sure what you mean with "system function"?
Thanks.
They have quite a broad definition:
The following system functions perform operations on and return information about values, objects, and...
June 29, 2015 at 3:52 am
free_mascot (6/29/2015)
It would be good if more context have been used. As ROW_NUMBER and DENSE_RANK is "Ranking Functions", DATEADD and CURRENT_TIMESTAMP is "Date and time function". Now NEWID is...
June 29, 2015 at 3:44 am
Interesting question, thanks.
A bit more context could have been useful, as others have pointed out.
June 29, 2015 at 2:57 am
lskidgel (6/25/2015)
Not sure what you mean by that, but no,...
June 29, 2015 at 2:48 am
Grant Fritchey (6/25/2015)
SQLBill (6/25/2015)
Grant Fritchey (6/25/2015)
SQLBill (6/25/2015)
GilaMonster (6/25/2015)
I found a photo of my Siamese.*sniff*
Okay, so how many looked at the cat and then looked at the books and thought "I...
June 29, 2015 at 2:46 am
We're in the last stretch of 1,000 posts before the thread reaches 50,000 posts. What a milestone 😀
June 25, 2015 at 1:13 am
Would it be an option to just create two different queries?
June 24, 2015 at 7:26 am
My first guess is that all the execution plans have to be compiled again, and that maybe there is no caching at first.
June 24, 2015 at 7:24 am
Hugo Kornelis (6/24/2015)
The examples in this question are actually quite common. They are very often posted in the ever-returning discussion on EXISTS (SELECT * ...) vs EXISTS (SELECT 1 ...)...
June 24, 2015 at 2:45 am
Try to find the execution plan of the query for both applications. Chances are they are different.
June 19, 2015 at 6:08 am
Viewing 15 posts - 661 through 675 (of 11,678 total)