Viewing 15 posts - 1 through 15 (of 325 total)
are the columns mutually dependent to occur in the table ?
IF EXISTS
(SELECT * FROM INFORMATION_SCHEMA.Columns WHERE UPPER(TABLE_NAME) = 'NEWTABLE' AND UPPER(COLUMN_NAME) in (@SMcol,@PNcol,@PVcol))
the above code suggests that if any...
July 10, 2013 at 1:23 am
L' Eomot Inversรฉ (7/7/2013)
There are too many questions which would be easy if it was easy to see how many...
July 7, 2013 at 11:22 pm
easy one.
In case of global temporary table creation it will throw an error. i.e ##Table1
Local Temp just gets another session.
Thanks for the question.
June 25, 2013 at 12:04 am
Danny Ocean (6/18/2013)
Good question. But i think this question should had topic "DateTime" rather than "SQL CHOOSE". ๐
based on the explanation, I guess, you reached the conclusion. The reference reach...
June 19, 2013 at 2:14 am
The difference between 'IN' and 'ALL' is that , 'ALL' give true for when all the data satisfies the met condition, where as 'IN' give out the same even one...
June 18, 2013 at 1:47 am
Richard Warr (6/17/2013)
I wonder how 28 % got it wrong...
As only 6% selected the wrong answer it must be down to not selecting three options. If you don't read the...
June 17, 2013 at 3:39 am
Coming after a long time and started with this question :w00t:
how come -1 and -10 didn't span the whole number line !!! I got caught in the first...
June 17, 2013 at 1:38 am
Lokesh Vij (6/16/2013)
Nice, easy and back-to-basics question; perfect for Monday mornings ๐Thanks Ismail!
+1
I wonder how 28 % got it wrong...
Edit :
-- error; incorrect alias
SELECT ProductID Name Color FROM Product
GO
--...
June 17, 2013 at 12:53 am
HowardW (6/4/2013)
June 4, 2013 at 3:37 am
Thanks for the reply , I have modified the original post to uncomment few lines, which actually throws error ..
I am aware of identity column usage to find the row...
June 4, 2013 at 2:26 am
Hugo Kornelis (5/6/2013)
demonfox (5/6/2013)
What do you mean ?? posting in the Qotd forum doesn't give any points .. it's only when you reply in the blog forums ..
And I am...
May 6, 2013 at 5:46 am
Hugo Kornelis (5/6/2013)
demonfox (5/6/2013)
May 6, 2013 at 5:17 am
michaelhitchin (5/6/2013)
Hugo Kornelis (5/6/2013)
May 6, 2013 at 4:37 am
I lost patience, the moment I saw "select 8" ...
not a good day to begin with :blink:
May 6, 2013 at 2:02 am
Viewing 15 posts - 1 through 15 (of 325 total)