March 10, 2011 at 10:59 pm
Ummm, the 'select all that apply' choices are a radio button, can only pick one. Not good.
Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.
For better assistance in answering your questions[/url] | Forum Netiquette
For index/tuning help, follow these directions.[/url] |Tally Tables[/url]
Twitter: @AnyWayDBA
March 10, 2011 at 11:28 pm
Craig Farrell (3/10/2011)
Ummm, the 'select all that apply' choices are a radio button, can only pick one. Not good.
I second this. Besides the link to "support" the answer is crap. "Filestream" aint no datatype. Its an attribute on a varbinary(max) datatype.
Datatypes
http://msdn.microsoft.com/en-us/library/ms187752.aspx
Filestream
http://msdn.microsoft.com/en-us/library/cc949109%28v=sql.100%29.aspx
/T
March 11, 2011 at 12:31 am
Can't select more than one with radiobuttons.
March 11, 2011 at 12:34 am
The preferred LOB (Large OBject) types in SQL Server are ...
Preferred by whom? You can also use varbinary(max):
March 11, 2011 at 1:02 am
Why radio buttons for multiple choice question? Only one could be selected.
March 11, 2011 at 1:05 am
This was removed by the editor as SPAM
March 11, 2011 at 1:08 am
stewartc-708166 (3/11/2011)
The options listed are classified as Large-Value data types, not LOB'srefer:
SQL2005: http://msdn.microsoft.com/en-us/library/ms178158(v=SQL.90).aspx
SQL2008: http://msdn.microsoft.com/en-us/library/ms178158(v=SQL.100).aspx
SQL2008R2: http://msdn.microsoft.com/en-us/library/ms178158(v=SQL.105).aspx
They are actually both. From the URL that i posted:
- Large value data types: varchar(max), nvarchar(max), and varbinary(max)
- Large object data types: text, ntext, image, varchar(max), nvarchar(max), varbinary(max), and xml
/T
March 11, 2011 at 1:13 am
Nice easy question! It was obvious that more than one answer was meant to be correct, so I took a punt and figured that the first had been marked as correct, and the question had been published before the other ones were also selected.
March 11, 2011 at 1:26 am
This question is just completely broken. There's a big difference between "preferred" and "valid". And to claim that varbinary(max) isn't a LOB is a bit daft.
March 11, 2011 at 1:32 am
This was removed by the editor as SPAM
March 11, 2011 at 1:37 am
Everyone should be given at least 5 bonus points irrespective of right or wrong answer.
M&M
March 11, 2011 at 1:38 am
Not 5 but 10 😛
M&M
March 11, 2011 at 1:56 am
I agree with you guys. we all should be given 10 points.:-P
March 11, 2011 at 1:56 am
...and XML is wrong, but the explanation then states that XML is one of the valid types.
Perhaps this is anither of those questions which were changed by the writer but the first version published by mistake?
Viewing 15 posts - 1 through 15 (of 42 total)
You must be logged in to reply to this topic. Login to reply