Forum Replies Created

Viewing 15 posts - 436 through 450 (of 584 total)

  • RE: Clustered Instances

    Thanks for the question Steve. May I please have another. (said bent over like a frat pledge being hazed)

    Missed three questions this week. I haven't missed that many in...

  • RE: Sorting triggered by data type

    Daniel Pokrývka (12/13/2011)


    Thank you very much for the clarification. My question was inspired by real issue and final solution let me to assume what I've posted. I am glad that...

  • RE: Network Protocols

    Thank you sir! So easy, I thought it was Monday! (A nightmare which I fortunately woke up from quickly.)

  • RE: Maximum number of Databases.

    Richard Warr (12/8/2011)


    A better question would be "What is the maximum number of databases a developer can handle?". I've got 8 open at the moment and in danger of losing...

  • RE: DATETIME 1

    Hugo Kornelis (12/7/2011)


    <sigh>

    When will people finally learn that the US date format is NOT universal??

    For a large majority of the world, the correct answer is 53, 31, 1, 32.

    And there...

  • RE: Table space usage 3

    Nice question. You go, Hugo!

    Seemed easy, but had to think a minute. Then realized that the "average" length was the key. Thanks.

  • RE: XML

    Interesting change of pace. Thanks for the question.

  • RE: Variant order 1

    Good question, excellent explanation. Now please explain:

    Crois-tu qu'on s'enivre pour s'amuser? Etre ivrogne ce n'est pas une sinécure... Si tu savais l'attention et la persévérance qu'il faut! Toujours à remplir...

  • RE: Insert Into problems

    Hugo Kornelis (11/29/2011)


    Here's the way I write INSERT statements, to make it easier to say which expression in the SELECT list matches which column in the INSERT list:

    INSERT INTO #ATable

    ...

  • RE: Use of DATETIME and BETWEEN - Part 2

    Koen Verbeeck (11/18/2011)


    .001 --> .000

    .002 --> .003

    .999 --> .000 (this has the possibility to "jump" to the next day)

    -- This little snippet shows that that is correct. Answer comes back...

  • RE: Use of DATETIME and BETWEEN - Part 2

    Thanks Dwayne for an excellent question!

  • RE: What's Your Title?

    steven.girard (11/18/2011)


    It all depends who is asking.

    Technical person (mostly information sector): ETL Developer

    Semi-technical (people in the business): BI Guy

    Outside World: Programmer

    If I have questions regarding whats a programmer, "I work...

  • RE: DATETIME Puzzle

    Koen Verbeeck (11/17/2011)


    Good question, but a bit easy for 2 points.

    After Che Guevara's question from yesterday, I'll take the easy two points.

    "I know you are here to kill me....

  • RE: Table variable - 2

    Thanks for the question. I, too, like the question format.

  • RE: SQL_VARIANT 1

    Hugo Kornelis (11/10/2011)


    Nice question, Ron!

    I only got it right because I figured that the relative order of the date and time related values would be "logical". And since the conversion...

Viewing 15 posts - 436 through 450 (of 584 total)