Viewing 15 posts - 46 through 60 (of 135 total)
rals (3/15/2013)
SELECT * FROM tempdb.INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME LIKE '#TempQoD%'
That is even better, Rals. Thanks
June 17, 2015 at 5:38 am
Maybe for you Bhushan,
But until now (630) the incorrects answers (332 = 53%) are still the majority
June 17, 2015 at 3:36 am
Now the answer is NEVER.
Without the RTRIM then the ansewer : IF NULL is right.
It surprished me a bit when I use this code :
DECLARE @anyDateTime date = null
IF (COALESCE(@anyDateTime,''))...
June 17, 2015 at 1:01 am
Thanks to all who have the courage to answer this question before tomorrow.
At this moment the incorrect answers are still the majority.
June 16, 2015 at 8:28 am
Yes, 2 points, I am not the one how decides that.
But the statements are important enough
June 16, 2015 at 4:53 am
Hello BWFC,
But now you got a point 🙂
But in your QOTD the dreaded red dot with cross appears... :pinch:
June 16, 2015 at 1:33 am
Until now there are more incorrect then correct answers.
Especially the ADD with the keyword COLUMN is a favorit incorrect answer.
That is the reason why I posted this question, it suprised...
June 16, 2015 at 12:18 am
Thanks NBSteve, that is how one should explain this.
June 15, 2015 at 11:53 pm
Why is the type char(3) ?
If I use one of the below selects, then it is all the same !
select convert (char(3),11/9)
select convert (int,11/9)
select convert(float ,11/9)
June 15, 2015 at 2:56 am
Viewing 15 posts - 46 through 60 (of 135 total)