Forum Replies Created

Viewing 15 posts - 46 through 60 (of 242 total)

  • RE: SQL Saturday #104 - Colorado Springs

    I think it would have been a good idea to include the date: Jan. 7, 2012.

    <sigh> I will be traveling that day, so will have to miss it. 🙁

  • RE: Variant order 1

    L' Eomot Inversé (12/1/2011)


    Hugo Kornelis (12/1/2011)


    Carla Wilson-484785 (12/1/2011)


    I really don't understand why someone would want to do a comparison that is based on the data type.

    Well, I guess the issue...

  • RE: Variant order 1

    Toreador (11/30/2011)


    KWymore (11/30/2011)


    I am curious how many out there are utilizing sql_variant and under which circumstances?

    I've used it for generic audit tables, where we store something like table name, column...

  • RE: Don't Criticize Code

    Reminds me of the time, back in 1993 (in a world far, far away, in a different programming language), of having to figure out a program in which the author...

  • RE: Parameters

    Thank you for an interesting question.

    I liked the parameters with the dynamic t-sql string, so I thought I'd try it out. I don't work with linked servers,...

  • RE: SQL_VARIANT 1

    Excellent question! I learned a lot today.

    Nils, thank you for the sql_variant_property.

    Nils Gustav Stråbø (11/10/2011)


    select *,sql_variant_property(val,'BaseType') from #test order by val

    I had to add a few more inserts into...

  • RE: Going Green in Software Development

    Just this weekend, my husband and I made our final decision on which solar leasing company to go with and signed the contract. We live in the Denver, Colorado...

  • RE: Update table

    Hugo Kornelis (10/24/2011)


    PS: There's even one more way to achieve the intended change:

    UPDATE TOP(1) Table1

    SET Column1 = 0

    WHERE Column1 = 1;

    Since row order in a relational...

  • RE: Pascals Triangle, Home Work and Root Cause Analysis

    I enjoyed your article because it was relevant on multiple levels. Thank you for a well-written article!

  • RE: Conversion of a plain English problem into T-SQL

    With regards to your discussion of the iterative process of building the code, one step I didn't see was how to stop the infinite loop if the Collatz Conjecture does...

  • RE: Piracy and Agile

    Excellent editorial. I, too, am sick of romantisized versions of a variety of violent cultures. Good point to draw the line on using these for personal development of...

  • RE: The OVER Clause enhancements in SQL Server code named “Denali”, CTP3

    Evil Kraig F (8/25/2011)


    Wayne,

    Excellent examples and a solid walkthrough, thank you.

    Btw, for your question about real-use of range, you'd have to wrap the results in a distinct.

    I'm thinking of log-entries....

  • RE: The OVER Clause enhancements in SQL Server code named “Denali”, CTP3

    WayneS (8/25/2011)


    Jack Corbett (8/25/2011)


    Good article Wayne. Clear and concise examples.

    Thanks Jack.

    I'm looking forward to the running totals ability.

    Then check out my blog post[/url] on it.

    Cool! Thanks for the...

  • RE: It’s Good to Eat Alone

    So, here it is Friday, and I'm just getting around to reading Tuesday's newsletter...

    James Stover (8/2/2011)


    I usually eat alone because that's time I take to process challenges encountered in the...

  • RE: Sabbaticals

    reh (7/1/2011)


    I got a "sabbatical" by enlisting in the Army Reserves a few years ago...got six months off for basic training and AIT, came back to work for a while,...

Viewing 15 posts - 46 through 60 (of 242 total)