Forum Replies Created

Viewing 15 posts - 13,921 through 13,935 (of 15,381 total)

  • RE: I'm stumped on a concatenation problem

    You are welcome. Thanks for letting us know you got a solution.

  • RE: insert DateTime issue

    You are welcome. Sometimes the obvious answer is sitting right there and you just can't see it. Been there more times than I care to admit. 😉 Glad you got...

  • RE: Input Parameter Validation..

    thundersplash845 (9/26/2011)


    Sean, yes ,SQL shows Error conversion... Instead of this, is there any possible way to display user-defined msg??

    or If the above is feasible from reporting end (SSRS)....??

    This error...

  • RE: Are the posted questions getting worse?

    GSquared (9/27/2011)


    Sean Lange (9/26/2011)


    /soapbox on

    ...

    /soapbox off

    It's a pretty fair bet that some people would assume I'm a pretty rabid conservative. On the other hand, there are plenty who think...

  • RE: Are the posted questions getting worse?

    Jeff Moden (9/26/2011)


    Sean Lange (9/26/2011)


    /soapbox on

    ....

    /soapbox off

    I have to ask... have you ever worked in a warehouse or on a production line?

    No I have never worked a production line. I...

  • RE: subqueries help

    That is because there is a missing parenthesis to close the sum function.

  • RE: I'm stumped on a concatenation problem

    kdfischer - Did that get you what you needed or do you still need some help with this?

  • RE: I'm stumped on a concatenation problem

    Evil Kraig F (9/26/2011)


    You need a pivot.

    If you'll setup the data and schema to be consumable, I'll actually plug away at the code when I get some time to get...

  • RE: subqueries help

    Reading this again, why do you need subqueries at all? What are trying to get out this table?

  • RE: subqueries help

    What do you mean by "it isn't working"? Are you getting error message? Is the result not what you expect?

  • RE: Negative number results

    You're welcome. glad that works and thanks for letting us know.

  • RE: Are the posted questions getting worse?

    /soapbox on

    Boy I must be on of the few conservatives on here...the amazon article was thought provoking but I find the author's stance does not align with my own. By...

  • RE: Negative number results

    It might be easier to just cast one of your values in your division inline like this.

    select (CAST(freecount as decimal) / enrollment) * freecount from OpSumm

  • RE: insert DateTime issue

    Also, what do each of these return?

    select @@LANGUAGE

    exec sp_helplanguage @@language

  • RE: insert DateTime issue

    It is the same table that you scripted. I just changed the name to a temp so it would cause issues with your existing table. You provided the create...

Viewing 15 posts - 13,921 through 13,935 (of 15,381 total)