Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: NOT EXISTS vs NOT IN

    karthikeyan (2/17/2009)


    Thanks Chris and sqlmaster!

    I am facing a starnge problem while executing the below query. if i execute it seperate it took just 1 second to complete the execution. If...

  • RE: Convert Excel Formula to SQL

    the above exl formula not working

  • RE: NOT EXISTS vs NOT IN

    SELECT Fund.* FROM Fund

    LEFT JOIN exception ex ON fund.symbol = ex.symbol AND err_cd >= 20

    WHERE ex.symbol is null

    i hope it solve some how

  • RE: Best Practice

    definitely 1 option has low cost then 2nd, but if we talk about the locks on table then definitely 2nd option is better then 1st one,

    to minimize the lock on...

Viewing 4 posts - 1 through 4 (of 4 total)