Viewing 15 posts - 376 through 390 (of 584 total)
Thanks for the question.
Got it wrong, and I even ran a test. Code below:
CREATE TABLE #Temp(Col1 INT NOT NULL
CONSTRAINT PK_QOTD_1 PRIMARY KEY (Col1))
INSERT #Temp(Col1)...
May 16, 2012 at 5:50 am
HanShi (5/15/2012)
Unfortunate I was one of the 45% answering wrong :(. I answered this from the top of my head and thought the folder would be visible but not able...
May 15, 2012 at 7:58 am
Thanks for the question. I'd like to see more questions on sys tables/views. Please.
May 14, 2012 at 9:18 am
SQL Kiwi (5/5/2012)
Datetime values are no more "associated" with a float value than they are with any other type that can be implicitly converted (see the conversion table in Books...
May 7, 2012 at 5:51 am
Thanks for the question. My gratitude is in no way influenced by the fact that I selected the correct answer. 😉
However, I'm leary of questions that rely on a reference...
May 4, 2012 at 5:40 am
I'll plead guilty to being clueless about the context as well. Already twice as many misses in May as in April! 🙁
Still, perhaps a little more care (and original effort?)...
May 2, 2012 at 5:30 am
Argh! Blew right past the CYCLE/NO CYCLE option explanation in BOL, looking for behavior when min value exceeded. SHould have had that first cup of green tea.
Thanks for the question!...
May 1, 2012 at 5:37 am
paul.knibbs (4/30/2012)
Might be because the Microsoft page about SQL 2012 editions only mentions Web, Express and Developer as a footnote...
Typical. I had to go to a non-Microsoft website to find...
April 30, 2012 at 5:35 am
Nice question Koen. Thanks!
And thanks for writing your own explanation for the answer! 😉
April 27, 2012 at 5:28 am
codebyo (4/25/2012)Sorry, guys, for not adding a note on how many answers should be selected.
Actually, just stating that one or more answers may be correct would be enough. But, in...
April 25, 2012 at 6:06 am
bitbucket-25253 (4/24/2012)
My apologies .... YOU ARE CORRECT
I should have finished my first cup of coffee before even attempting to answer and then wondering why what I selected was incorrect.
Again...
April 24, 2012 at 6:31 am
Removed as issue is moot now that Ron is back in our space-time continuum.
April 24, 2012 at 6:08 am
Viewing 15 posts - 376 through 390 (of 584 total)