Viewing 15 posts - 1 through 15 (of 187 total)
SQLRNNR (4/15/2014)
Dineshbabu (4/15/2014)
Its good try. But I will not agree with your answer.
I will go for Query used to check the data is not correct.
Because there can be...
April 16, 2014 at 12:29 am
Hi Andy,
Its good try. But I will not agree with your answer.
I will go for Query used to check the data is not correct.
Because there can be cases where...
April 15, 2014 at 9:58 am
kaspencer (8/14/2013)
Could...
August 14, 2013 at 3:03 am
Primo Dang (7/4/2013)
Lokesh Vij (7/3/2013)
I thought this to be the easiest Qotd ever attempted. Wondering why so many wrong attempts!!
Correct answers:48%(11)
Incorrect answers:52%(12)
Total attempts: 23
I think a lot of people might...
July 4, 2013 at 8:54 am
Good question, Learned two new functions. But i don't know where can I use it.
June 28, 2013 at 1:37 am
L' Eomot Inversé (5/24/2013)
Dineshbabu (5/24/2013)
Then next question...
May 29, 2013 at 1:13 am
I don't have idea about filestream but i'm sure other than IDENTITY property no other attributes will be copied to new table. So i guessed it should be varchar(max) but...
May 29, 2013 at 1:02 am
Good question .. But explanation is slightly wrong.
Table is not created because varchar(MAX) is not allowed type for use as a key column in an index. This doesn't mean you...
May 28, 2013 at 6:49 am
Christian Buettner-167247 (5/27/2013)
SQL Server evaluates object references during parse time. Flow-control logic is not applied at this stage.
This is not true. If you change...
May 28, 2013 at 5:36 am
So finally From which version of SQL server, Identity property is copied into new table eventhough if the query has a GROUP BY clause.
Then next question is it the intended...
May 24, 2013 at 6:22 am
Good question. Just yesterday Hugo is explaining about parsing in another QotD.
May 23, 2013 at 10:53 pm
Thank you very much Hugo for spending your valuable time to make me understand.
May 23, 2013 at 10:25 pm
Hugo Kornelis (5/23/2013)
First run the part where the two tables are created (the CREATE TABLE and the SELECT INTO). You may have to change upper- and lower-case,...
May 23, 2013 at 8:43 am
Hugo Kornelis (5/23/2013)
Dineshbabu (5/23/2013)
In this scenario, eventhough if we run both insert statements as single batch, first statement will be executed successfully and we will get error only on...
May 23, 2013 at 5:31 am
Viewing 15 posts - 1 through 15 (of 187 total)