Viewing 15 posts - 76 through 90 (of 163 total)
The list shown here includes bit in the list of "exact numeric types".
http://msdn.microsoft.com/en-us/library/ms187752.aspx (Data Types (Transact-SQL))
Besides this reference page (including the ones for other version of SQL), I...
May 6, 2014 at 6:40 am
nenad-zivkovic (4/14/2014)
April 14, 2014 at 2:52 am
Andy, can you display the results that you get, including your error and can you tell which tool and version you are using to execute the statements?
As I said before,...
April 2, 2014 at 4:27 am
Carlo Romagnano (4/2/2014)
In sqlserver 2008 r2 the update doesn't return any resultset and no error message.(2 row(s) affected)
(2 row(s) affected)
What I'm missing?
You are missing nothing. The update works fine and...
April 2, 2014 at 3:03 am
I don't agree on the "correct answer". According to me the only correct combination of options can be option 1 and 2.
Nowhere it has been said that the AdventureWorks2012 database...
March 28, 2014 at 2:46 am
James Lean (2/18/2014)
You can make the whole database read-only...
February 18, 2014 at 7:15 am
Also, the question should specify this is SQL2012 specific (alter server role).
I wonder how many people gave an "incorrect" answer, based on the fact that they were not using SQL2012,...
January 23, 2014 at 7:16 am
Interesting question, however, I don't understand why the "LEFT JOIN"-construction was used.
Distracts a little bit from what was the essential part of the question.
January 21, 2014 at 3:08 am
Maybe worthwhile to mention that this functionality was introduced in SQL Server 2012.
December 9, 2013 at 4:37 am
Guess that all has been said before. Only the "order by" answer is correct.
Agree with some others to delete this question, before people might get a wrong idea.
December 2, 2013 at 7:03 am
paul.knibbs (11/8/2013)
November 8, 2013 at 6:48 am
paul s-306273 (10/15/2013)
Who'd have thought count(*) would generate so much debate...
I agree, and that apparently nobody uses a where clause while counting, but that they only are interested in all...
October 15, 2013 at 8:14 am
...This can produce some surprising results. This is because of the way that COUNT() works...
Why the surprise if COUNT exactly does what is described in e.g. Technet?
October 15, 2013 at 7:01 am
Simple question, but wonder why the question was not just focused on column d and e and DATALENGTH and LEN.
October 11, 2013 at 1:10 am
Viewing 15 posts - 76 through 90 (of 163 total)