Forum Replies Created

Viewing 15 posts - 7,231 through 7,245 (of 26,490 total)

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (9/27/2013)


    Lynn Pettis (9/26/2013)


    I was notified this evening that my position state side has been cut as part of company layoff. Unlike my fellow workers state side whose...

  • RE: Are the posted questions getting worse?

    I know most Threadizens know I am currently deployed in Afghanistan as a civilian contractor.

    I was notified this evening that my position state side has been cut as part of...

  • RE: Are the posted questions getting worse?

    hisakimatama (9/26/2013)


    SQLRNNR (9/26/2013)


    hisakimatama (9/20/2013)


    *Huff* *Wheeze* I... I did it! I managed to read the entirety of The Thread! That was... Interesting :-D. Been lurking...

  • RE: CTE

    Carlo Romagnano (9/25/2013)


    John Mitchell-245523 (9/25/2013)


    Carlo Romagnano (9/25/2013)


    CTE is useless and complicated!

    Clearly not useless, even if your personal preference is not to use them. And no more or less complicated,...

  • RE: CTE

    Carlo Romagnano (9/25/2013)


    CTE is useless and complicated!

    The same result is reachable in a standard way:

    create table #a (i int)

    insert #a SELECT object_id FROM sys.objects

    delete from t

    from (SELECT * FROM #a...

  • RE: CTE

    Koen Verbeeck (9/25/2013)


    Very interesting question. Never used a CTE with a DELETE statement before.

    I use them quite often to verify data I want to update or delete prior to...

  • RE: CTE

    Mr. Kapsicum (9/24/2013)


    kapil_kk (9/24/2013)


    but what about ;(semi colon) of WITH ?

    i guess, it should generate an error? Discuss

    No it will not give as GO is there...

    Remove the GO and try...

  • RE: Fantasy football 2013

    roryp 96873 (9/23/2013)


    Lynn Pettis (9/23/2013)


    I'm just glad to have pulled a win this weekend.

    I wonder how things may go from here. Well, as I said all last season, On...

  • RE: Fantasy football 2013

    I'm just glad to have pulled a win this weekend.

    I wonder how things may go from here. Well, as I said all last season, On any given Sunday.

  • RE: Are the posted questions getting worse?

    hisakimatama (9/21/2013)


    Lynn Pettis (9/21/2013)


    Well, by reading The Thread from start to now you also got to learn some interesting things about many of the regulars here on SSC. Hopefully...

  • RE: Are the posted questions getting worse?

    Well, by reading The Thread from start to now you also got to learn some interesting things about many of the regulars here on SSC. Hopefully you also learned...

  • RE: Are the posted questions getting worse?

    hisakimatama (9/20/2013)


    *Huff* *Wheeze* I... I did it! I managed to read the entirety of The Thread! That was... Interesting :-D. Been lurking around here,...

  • RE: Birthdate

    You do realize that your code will only 25% of the time for individuals born on 2/29 of a leap year, right?

  • RE: Latest value based on last modified date

    Adelphi (9/13/2013)


    I would be grateful if you could help me with query

    Thanks

    I find it interesting that you have waited more than a year to say anything. I am glad...

  • RE: export to csv

    Oracle765 (9/8/2013)


    hi there

    this just comes up with an error saying incorrect syntax near the keyword from

    I'm sorry, but my crystal ball is broken and though the force may be strong...

Viewing 15 posts - 7,231 through 7,245 (of 26,490 total)