Forum Replies Created

Viewing 15 posts - 376 through 390 (of 584 total)

  • RE: Transactions 1

    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)...

  • RE: SQL Server Agent Proxies

    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...

  • RE: SYSLanguages on SQL 2012

    Thanks for the question. I'd like to see more questions on sys tables/views. Please.

  • RE: NULLS

    Thanks to OP for question - learned something, which is a good way to start the day. I almost always use ISNULL(), unless I need a three or more way...

  • RE: DateTime Puzzle

    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...

  • RE: High availability

    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...

  • RE: General

    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?)...

  • RE: Sequences III

    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!...

  • RE: Licensing

    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...

  • RE: SSIS 2012 - Catalog Encryption

    Nice question Koen. Thanks!

    And thanks for writing your own explanation for the answer! 😉

  • RE: SP

    Tom raises some very good issues. As always he elevates the level of the discussion.

    Having followed the link suggested, curiosity got the best of me. I entered "recursion" in Standford's...

  • RE: SP

    Ola L Martins-329921 (4/26/2012)


    The "Don't know" alternative should give you points, right? I mean, if you don't know, then the correct answer is actually "Don't know"... 😉

    Sometimes true wisdom is...

  • RE: Altering a Column

    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...

  • RE: Sequences II

    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...

  • RE: Sequences II

    Removed as issue is moot now that Ron is back in our space-time continuum.

Viewing 15 posts - 376 through 390 (of 584 total)