Viewing 15 posts - 1 through 15 (of 22 total)
The answer seems to be Yes and no. It is documented and I tried it. That's the correct answer and should receive the points
February 22, 2012 at 8:35 am
I think re-entrant is also a correct answer. Looking at books online you find the context described as reentrant as well. We should be awarded the points for...
June 28, 2011 at 10:06 am
Agree with all the comments below. This was not nchar, but nvarchar, which means variable. The answer given as correct would have been true for nchar. I...
April 8, 2011 at 11:01 am
If the column 1 in the table HAD a null value for one of the rows, how could the resulting table POSSIBLY end up being defined as NOT NULL?
June 21, 2010 at 10:44 am
I chose both tables... I believe that is ALSO a correct answer!
Think about it... where in this question did it say that col1 in the first table didn't have nulls?
I...
June 18, 2010 at 11:26 am
I definitely want my points for the 1,1 answer.
NOCOUNT is off by default. If NOCOUNT is set ON you may get 0 first, otherwise, by default you get 1...
January 29, 2010 at 8:01 am
Agree with previous comments regarding inability to reorganize with the page locks option off. You don't have any option but to rebuild or drop/recreate the index with Allow_page_locks on....
July 13, 2009 at 5:56 am
I disagree.
There's overhead to varchar. If you don't need it, you don't put the variable overhead! That's why it's available.
June 5, 2009 at 6:07 am
I think recognizing that MDX is NOT TSQL should give us our points.
April 17, 2009 at 9:51 am
MDX is not TSQL. My answer was correct since the topic was labeled T-SQL Operators.
April 15, 2009 at 5:57 am
At first I chose the db_ssisitduser, but then realized it's actually db_ssisLtduser. A very confusing typo!
February 23, 2009 at 5:41 am
Sparse columns REDUCE the space needed not negates: Sparse columns reduce the space requirements for null values at the cost of more overhead to retrieve nonnull values.
February 20, 2009 at 8:10 am
Viewing 15 posts - 1 through 15 (of 22 total)