Forum Replies Created

Viewing 15 posts - 19,711 through 19,725 (of 26,490 total)

  • RE: Datefunctions

    Also, please be sure that your sample data and expected results match. In the code provided, they aren't even close.

  • RE: Datefunctions

    kaladharreddy15, when you post code for people to use/test, particularly DDL and load procedures, please be sure you have tested it and it works. I started looking at your...

  • RE: Are the posted questions getting worse?

    Hey Bob, Glad to see you back! Nice name change! 😉

  • RE: Datefunctions

    Jeff Moden (7/20/2009)


    Ah... Jedi mind games... I see now... "other thread". 😉

    Are you saying that I shouldn't play with what's left of an old mans mind?? Trust me, I'm...

  • RE: Datefunctions

    Looking it over, there still appears to be some information missing to help answer the question fully. I'll have to look at in more depth when I get home.

  • RE: Datefunctions

    From the OP's other thread:

    kaladharreddy15 (7/20/2009)


    Hi Friends,

    I need your help to display week number n that weeks startdate and enddate

    This is my requirement...

  • RE: Need Help in Date Functions

    This is a duplicate post. You still haven't answered the request for information here.

    Please do not post further answers here, instead go to the thread linked above.

  • RE: Simple Query - long time

    First, please read Gail's article on asking for help with performance tuning, it is the second article i reference below in my signature block.

    A guess, you probably need an index...

  • RE: Are the posted questions getting worse?

    On a totally different subject, I have actually seen several movies recently. Harry Potter and The Half-Blood Prince, Terminator Salvation, Star Trek, Transformers: Revenge of the Fallen, Angles and...

  • RE: Transaction log gets full while inserting records

    Still don't have enough information to make such statements. Could also be possible that they are trying to force users to communicate with the DBA's when extraordinary data modifications...

  • RE: CASE Statement NOT working...

    donato1026 (7/20/2009)


    SELECT

    CASE

    WHEN ITM.MNR_CD = '100' THEN '15' AND

    WHEN ITM.MNR_CD = '105' THEN '10' AND

    WHEN ITM.MNR_CD = '110' THEN '5' AND

    WHEN ITM.MNR_CD =...

  • RE: Certification High School

    tclaxton (7/20/2009)


    I'm not confused. And I'm not saying this is the case, but I simply wanted to point out that the TONE made it seem like an article written by...

  • RE: CASE Statement NOT working...

    I think you should look at Lowell's first code block. That looks more like what you want.

  • RE: Transaction log gets full while inserting records

    Elliott W (7/20/2009)


    {soapbox engaged} Is that really company policy or policy put in place by the DBAs themselves. Because most companies don't have a policy that sets the largest...

  • RE: CASE Statement NOT working...

    What are you trying to accomplish with the CASE statement?

Viewing 15 posts - 19,711 through 19,725 (of 26,490 total)