Viewing 15 posts - 181 through 195 (of 206 total)
I copied and pasted the code into SQL Server 2014 and got this:
Msg 156, Level 15, State 1, Line 21
Incorrect syntax near the keyword 'OR'.
Msg 156, Level 15, State 1,...
April 22, 2015 at 1:09 am
letting them configure a second password that would be a minor variation of the first – maybe one letter switched from lower to upper case
I can't imagine what could pOssibly...
April 21, 2015 at 2:15 am
An interesting question, but slightly spoiled by the format of the answers (select three from five, where two pairs were mutually exclusive, meaning that the singleton must perforce be one...
February 19, 2015 at 1:29 am
I would have found this easier if there had actually been a question.
January 19, 2015 at 1:08 am
Stewart "Arturius" Campbell (1/14/2015)
edwardwill (1/14/2015)
Stewart "Arturius" Campbell (1/14/2015)
edwardwill (1/14/2015)
Actually, it returns:Msg 102, Level 15, State 1, Line 4
Incorrect syntax near ','.
what version of SQL Server are you using?
2008 R2 SP1
That...
January 14, 2015 at 7:25 am
briankwartler (1/14/2015)
edwardwill (1/14/2015)
Actually, it returns:Msg 102, Level 15, State 1, Line 4
Incorrect syntax near ','.
Perhaps you are missing a comma?
I copied the script from the site "as is".
January 14, 2015 at 7:24 am
Stewart "Arturius" Campbell (1/14/2015)
edwardwill (1/14/2015)
Actually, it returns:Msg 102, Level 15, State 1, Line 4
Incorrect syntax near ','.
what version of SQL Server are you using?
2008 R2 SP1
January 14, 2015 at 3:08 am
Actually, it returns:
Msg 102, Level 15, State 1, Line 4
Incorrect syntax near ','.
January 14, 2015 at 1:14 am
TomThomson (11/24/2014)
It's one of those problems that we inevitablu have when writing specifications or requirements in natural languages, instead of using formal systems like Z or VDM; of course formal...
November 24, 2014 at 4:06 am
The question asked:
Which of the following will return only the Id of the most recent post for each Author?
The correct answer should have been "None of the above", since...
November 24, 2014 at 3:13 am
The update was incomplete as well. The requirement was to update two rows, so the SQL should have read
SET IDENTITY_INSERT dbo.Roles ON
UPDATE dbo.Roles
SET RoleID=-3
WHERE RoleID=-2;
UPDATE dbo.Roles
SET...
November 17, 2014 at 4:05 am
I don't often answer these questions, but of the few times I have, twice the answers have been wrong. Pretty poor proof-reading; wouldn't trust them with my database! 😀
November 11, 2014 at 3:49 am
A little bit too server-y, not enough SQL-y. But I got a point anyway.
October 17, 2014 at 2:12 am
TomThomson (10/15/2014)
October 15, 2014 at 8:07 am
Viewing 15 posts - 181 through 195 (of 206 total)