Forum Replies Created

Viewing 15 posts - 45,106 through 45,120 (of 59,063 total)

  • RE: How to add cost percentage to product

    AFCC Inc. Com (2/16/2009)


    Ok now that I am looking at this ..

    I have to remember that the price is computed from the .% in the length width columns. SO my...

  • RE: Sql Query problem

    Ok... the following should work... read the comments... the advantage of this particular set based method is that you can create a view from it at the expense of just...

  • RE: Function - Check Count

    Is it possible to post the sproc? I can give it a try for you.

  • RE: How to add cost percentage to product

    Ah... got it. Thanks, Toni.

    Erik... how 'bout it? Got data?

  • RE: SQL or Oracle

    Steve Jones - Editor (2/16/2009)


    I'll give Oracle one thing. they seem to have found a way to convince management to pay more for DBAs on average!

    Heh... yeah, I agree with...

  • RE: Function - Check Count

    Thanks for the feedback, Norbert. And, consider this... since the code is so simple, are you sure you want the system to "suffer" through the overhead associated with a...

  • RE: How to add cost percentage to product

    AFCC Inc. Com (2/16/2009)


    Ok, School session is open..... 😉

    select orderid, size, cost, case when size <= basemeasure then cost

    ...

  • RE: Query output to txt file & columnheader headers

    J (2/16/2009)


    Cast the output as CONVERT(VARCHAR(DesiredColumnWidthHere), long_column_name) AS long_column_name.

    Interesting.

    So I suppose this is more efficient than SUBSTRING ?

    Regards

    Sorry to use the ol' cliche`, but it depends... sometimes SUBSTRING won't...

  • RE: The "Numbers" or "Tally" Table: What it is and how it replaces a loop.

    David Jackson (2/16/2009)


    Ours is not to reason why, but to do and die... :Whistling: 🙂

    Heh... I really hate it when THAT happens. 😛

  • RE: Rollback the job running very long time

    sunny1_liu (2/15/2009)


    Yeah, I understand that. But the question is that the job runs well all the time, it amazing or marvelous only sometimes. So I want to make an Auto_monitor...

  • RE: How to add cost percentage to product

    AFCC Inc. Com (2/15/2009)


    Yes.....

    Now if it is blinds they are priced by width and height, "a grid"

    I have attached an example grid that is used by the blind manufacturers and...

  • RE: Building a view to get summary data from multiple tables

    Heh... well said. Actually, I hated the old outer join notation... especially since Oracle and SQL Server did it exactly the opposite from each other.

  • RE: Are the posted questions getting worse?

    Derek Dongray (2/16/2009)


    bitbucket (2/13/2009)


    shhh tell no one, but heck it was better than using a slide rule to do the calculations.

    I still have my slide rule and can even remember...

  • RE: Are the posted questions getting worse?

    Derek Dongray (2/16/2009)


    Sounds like perfect training...

    Take a rat. Drop it in a maze. If it takes the wrong path, it gets shocked. If it takes the right path, it gets...

  • RE: SQL or Oracle

    Bruce W Cassidy (2/15/2009)


    Jeff Moden (2/15/2009)


    Anything that won't even allow for more than a 30 character object name certainly isn't the most flexible of the two.

    [font="Verdana"]Okay, now I have to...

Viewing 15 posts - 45,106 through 45,120 (of 59,063 total)