Viewing 15 posts - 676 through 690 (of 828 total)
Some tools (powerbuilder,qlick) replace CR and LF with space, so one line comment
in the script could alter the command.
Running the script in sql2000 I get 1,3,4 but in sql2005 +...
December 23, 2010 at 3:15 am
Hardy21 (12/23/2010)
But as per the question, we should give answer for the question: What will you get executing this T-SQL code in Query Analizer (SQL2K) or...
December 23, 2010 at 2:01 am
It's not a bug: CR is carriage return, so the line is the same.
The line 2 is not printed beacuse the print command is joined to the commented line.
So, change...
December 23, 2010 at 1:22 am
volter_ddun-856145 (12/23/2010)
Correct answer: 7 rows...
December 23, 2010 at 1:04 am
da-zero (12/21/2010)
If yes, then it isn't a good question, as other answers might be possible. If...
December 21, 2010 at 1:01 am
ian.grace (12/20/2010)
December 20, 2010 at 3:57 am
philip.cullingworth (12/20/2010)
da-zero (12/20/2010)
Your output has 7 rows and the column d contains "three" for the 7th row, so it should be answer D.
But Answer D is
7 rows where column...
December 20, 2010 at 2:45 am
vk-kirov (12/20/2010)
No rows were inserted into table2? B not C is the correct answer? Terrible, terrible explanation 🙂
The explanation is more terrible than the question: I should read it at...
December 20, 2010 at 1:40 am
Richard M Karpel (12/16/2010)
December 16, 2010 at 8:40 am
The QOtD asks for what is the output of a specific script and this generates this error:
Insert Error: Column name or number of supplied values does not match table definition.
and...
December 16, 2010 at 2:33 am
Viewing 15 posts - 676 through 690 (of 828 total)