Viewing 4 posts - 1 through 4 (of 4 total)
karthikeyan (2/17/2009)
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...
February 23, 2009 at 7:55 am
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
February 17, 2009 at 4:56 am
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...
September 5, 2008 at 1:31 am
Viewing 4 posts - 1 through 4 (of 4 total)