Forum Replies Created

Viewing 15 posts - 2,686 through 2,700 (of 2,838 total)

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (8/3/2010)


    Greg Edwards-268690 (8/3/2010)


    Hope those in the northern regions have clear skies for the possilbe light show tonight.

    Light show?

    The Northern Lights or meteor shower?

    Meteor shower. Scroll down to August...

    --------------------------------------
    When you encounter a problem, if the solution isn't readily evident go back to the start and check your assumptions.
    --------------------------------------
    It’s unpleasantly like being drunk.
    What’s so unpleasant about being drunk?
    You ask a glass of water. -- Douglas Adams

  • RE: Are the posted questions getting worse?

    Steve Jones - Editor (8/3/2010)


    About a year after 9/11, I had to fly to CA every month. Every single trip I had something taken from me, either in Denver, or...

    --------------------------------------
    When you encounter a problem, if the solution isn't readily evident go back to the start and check your assumptions.
    --------------------------------------
    It’s unpleasantly like being drunk.
    What’s so unpleasant about being drunk?
    You ask a glass of water. -- Douglas Adams

  • RE: Are the posted questions getting worse?

    jcrawf02 (8/3/2010)


    I just don't think it's smart. It's very American to build in such a place to declare your freedom of religion, and a bold statement of reconciliation (potentially), but...

    --------------------------------------
    When you encounter a problem, if the solution isn't readily evident go back to the start and check your assumptions.
    --------------------------------------
    It’s unpleasantly like being drunk.
    What’s so unpleasant about being drunk?
    You ask a glass of water. -- Douglas Adams

  • RE: Tally Table Uses - Part II

    Charles Kincaid (8/3/2010)


    Great article. If you have to parse strings in SQL then having the tally table is great.

    I would have appraoched the problem with a different tool set.

    SELECT...

    --------------------------------------
    When you encounter a problem, if the solution isn't readily evident go back to the start and check your assumptions.
    --------------------------------------
    It’s unpleasantly like being drunk.
    What’s so unpleasant about being drunk?
    You ask a glass of water. -- Douglas Adams

  • RE: Are the posted questions getting worse?

    WayneS (8/3/2010)


    Stefan Krzywicki (8/3/2010)


    WayneS (8/3/2010)


    Steve Jones - Editor (8/3/2010)


    Since this is the water cooler, any comments?

    http://abcnews.go.com/US/ground-mosque-plan-stirs-controversy/story?id=10670631

    There's a quote in this article that sums up my feelings:

    "On the one hand,...

    --------------------------------------
    When you encounter a problem, if the solution isn't readily evident go back to the start and check your assumptions.
    --------------------------------------
    It’s unpleasantly like being drunk.
    What’s so unpleasant about being drunk?
    You ask a glass of water. -- Douglas Adams

  • RE: Tally Table Uses - Part I

    jim.jaggers1 (8/3/2010)


    And, a question on type casting. I notice you use explicit type casting with

    Cast(Ceiling(Cast(YearDay as real)/Cast(7 as real))as int)

    and similar functions. ...

    --------------------------------------
    When you encounter a problem, if the solution isn't readily evident go back to the start and check your assumptions.
    --------------------------------------
    It’s unpleasantly like being drunk.
    What’s so unpleasant about being drunk?
    You ask a glass of water. -- Douglas Adams

  • RE: Tally Table Uses - Part I

    jim.jaggers1 (8/3/2010)


    Stefan,

    Great article. I always enjoy seeing the set based alternatives to the iterative approach.

    And, I love the math. I...

    --------------------------------------
    When you encounter a problem, if the solution isn't readily evident go back to the start and check your assumptions.
    --------------------------------------
    It’s unpleasantly like being drunk.
    What’s so unpleasant about being drunk?
    You ask a glass of water. -- Douglas Adams

  • RE: Are the posted questions getting worse?

    WayneS (8/3/2010)


    Steve Jones - Editor (8/3/2010)


    Since this is the water cooler, any comments?

    http://abcnews.go.com/US/ground-mosque-plan-stirs-controversy/story?id=10670631

    There's a quote in this article that sums up my feelings:

    "On the one hand, stopping a mosque...

    --------------------------------------
    When you encounter a problem, if the solution isn't readily evident go back to the start and check your assumptions.
    --------------------------------------
    It’s unpleasantly like being drunk.
    What’s so unpleasant about being drunk?
    You ask a glass of water. -- Douglas Adams

  • RE: Are the posted questions getting worse?

    Chris Morris-439714 (8/3/2010)


    Stefan Krzywicki (8/3/2010)


    Gianluca Sartori (8/3/2010)


    Brandie Tarvin (8/3/2010)


    Stefan Krzywicki (8/3/2010)


    Brandie Tarvin (8/3/2010)


    You could get burned and find yourself without options (and jobs) if a employer decides they don't have...

    --------------------------------------
    When you encounter a problem, if the solution isn't readily evident go back to the start and check your assumptions.
    --------------------------------------
    It’s unpleasantly like being drunk.
    What’s so unpleasant about being drunk?
    You ask a glass of water. -- Douglas Adams

  • RE: Are the posted questions getting worse?

    Gianluca Sartori (8/3/2010)


    Brandie Tarvin (8/3/2010)


    Stefan Krzywicki (8/3/2010)


    Brandie Tarvin (8/3/2010)


    You could get burned and find yourself without options (and jobs) if a employer decides they don't have the budget for that...

    --------------------------------------
    When you encounter a problem, if the solution isn't readily evident go back to the start and check your assumptions.
    --------------------------------------
    It’s unpleasantly like being drunk.
    What’s so unpleasant about being drunk?
    You ask a glass of water. -- Douglas Adams

  • RE: Tally Table Uses - Part II

    Frank Bazan (8/3/2010)


    What a cool application of the tally table. When I have string manipulation issues, I've always taken the educated guess / trial and error approach much like other...

    --------------------------------------
    When you encounter a problem, if the solution isn't readily evident go back to the start and check your assumptions.
    --------------------------------------
    It’s unpleasantly like being drunk.
    What’s so unpleasant about being drunk?
    You ask a glass of water. -- Douglas Adams

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (8/3/2010)


    Steve Jones - Editor (8/3/2010)


    I think we have a pretty good balance in the US, though tipping a little from side to side at times.

    I believe the official...

    --------------------------------------
    When you encounter a problem, if the solution isn't readily evident go back to the start and check your assumptions.
    --------------------------------------
    It’s unpleasantly like being drunk.
    What’s so unpleasant about being drunk?
    You ask a glass of water. -- Douglas Adams

  • RE: Tally Table Uses - Part II

    kenglish-729097 (8/3/2010)


    Interesting application of Tally, but when I am looking for issues like this I just cast into varbinary and compare the resulting hex strings. This seems much simpler...

    --------------------------------------
    When you encounter a problem, if the solution isn't readily evident go back to the start and check your assumptions.
    --------------------------------------
    It’s unpleasantly like being drunk.
    What’s so unpleasant about being drunk?
    You ask a glass of water. -- Douglas Adams

  • RE: Tally Table Uses - Part I

    Thanks Steve.

    --------------------------------------
    When you encounter a problem, if the solution isn't readily evident go back to the start and check your assumptions.
    --------------------------------------
    It’s unpleasantly like being drunk.
    What’s so unpleasant about being drunk?
    You ask a glass of water. -- Douglas Adams

  • RE: Are the posted questions getting worse?

    Jack Corbett (8/2/2010)


    Stefan Krzywicki (8/2/2010)


    Roy Ernest (8/2/2010)


    Five heads are better than two... Or so they think.. 🙂 That is why they prefer to take 5 not so good personnel (that...

    --------------------------------------
    When you encounter a problem, if the solution isn't readily evident go back to the start and check your assumptions.
    --------------------------------------
    It’s unpleasantly like being drunk.
    What’s so unpleasant about being drunk?
    You ask a glass of water. -- Douglas Adams

Viewing 15 posts - 2,686 through 2,700 (of 2,838 total)