Forum Replies Created

Viewing 15 posts - 3,751 through 3,765 (of 7,484 total)

  • RE: Basic Date Function

    Koen Verbeeck (2/13/2013)


    This question could've been better if the question asker realized there are more than one countries in the world.

    Actually, all we need to know is that only two...

  • RE: Basic Date Function

    john.arnott (2/13/2013)


    With those three pieces of information, which function was used? The time offset forces us to say the UTC function. The further implication of the 330 minute...

  • RE: Merge

    davoscollective (2/14/2013)


    The QoTD shows that when using NOT MATCHED that the src.RowNo =1 in the 'on clause' is not evaluated or at least not at the correct time. (Great question,...

  • RE: Merge

    Nice question. However, the explanation would have been better if it had pointed out that filters like this can be placed in the when matche/not matched conditions. In...

  • RE: Are the posted questions getting worse?

    GilaMonster (2/13/2013)


    Personally I find LMGTFY to be incredibly condescending, I'd feel quite insulted if someone gave me that kind of reply. I'll do the search for people if I don't...

  • RE: Creating Tables

    john.arnott (2/13/2013)


    I know I'm late to this party, but have to ask. What 4th statement? I see a Create Table, a Select Into and then a Select. ...

  • RE: Creating Tables

    Dave62 (2/13/2013)


    By the way I also appreciate your extensive knowledge and contributions here. I find some of your posts educational, some entertaining, and some are both.

    Enjoy!

    Well, I try to be...

  • RE: Creating Tables

    Hugo Kornelis (2/12/2013)


    I also don't see the point of having a single bucket for "positive and/or educational".

    One common purpose of combining two things into a single bucket is to create...

  • RE: The Lonely and Neglected Cartesian Product (Cross Join)

    Carlo Romagnano (2/12/2013)


    This case is simpler: NO CROSS JOIN NEEDED.

    Get result in text format:

    create table #temp1(PK int IDENTITY Primary Key, column1 varchar(20))

    insert into #temp1 values ('employee 1')

    insert into #temp1 values...

  • RE: The Lonely and Neglected Cartesian Product (Cross Join)

    The correct answer is something like "none of these is correct but there's a fair probability of getting the right result most of the time with query 3 since the...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (2/11/2013)


    Apple accused of stealing Microsoft's secret DBCC Timewarp! See link for details!

    http://www.geekculture.com/joyoftech/%5B/url%5D

    and if you can't figure out what part of the comic I'm referring to, let me know.

    there...

  • RE: Today's Random Word!

    Daniel Bowlin (2/11/2013)


    shackled

    chained

  • RE: Thesaurus Files

    Nice interesting question.

    But why 2 points instead of just 1? It isn't difficult, or complicated. Is it to encourage people who don't know the answer to read a...

  • RE: Creating Tables

    Hugo Kornelis (2/11/2013)


    When picking my answer, I knew I had a 50/50 chance, because my mindreading skills are still not on par with my SQL skills.

    There were two options.

    1. The...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (2/8/2013)


    Well, THAT is certainly interesting. I'm not even sure what it is.

    It's a tube of heavy paper filled with althernating lengths of fuse and tightly confined piles of...

Viewing 15 posts - 3,751 through 3,765 (of 7,484 total)