Viewing 15 posts - 61 through 75 (of 130 total)
it just hang out and never come back.
and i am seeing ssms(not responding).
it is working for another sp.
i am using table variable ,i know for temp its not gonna...
May 9, 2012 at 1:44 pm
thanks ,
it was really helpful.
i am thinking which join is better ,i am using inner and left join.
this is the only things i can work on
May 9, 2012 at 1:33 pm
what about the first two,
i cant use 2 times select in my sp.
need to hv just 1,what about group by and then order by
April 27, 2012 at 3:27 pm
ok.its working,but now ,i just want to organize it.
like i am inserting into @temp so many times with different data,
so whatever data i insert first should come first.
i am using...
April 27, 2012 at 2:48 pm
hmm,the second sp also calling 3 sp inside.
ok. is there any way,u run same sp twice with different parameter ,in 1 sp.
April 27, 2012 at 2:28 pm
ok.is there any other way i can take second sp 's result into first one.
April 27, 2012 at 2:13 pm
i am putting it in if condition,does that is the problem?
April 27, 2012 at 1:49 pm
it snot inserting into temp7 table,
y ?
insert into @temp7
--
EXEC pPortfolioDashboard
@Portfolios = @AdjustPortfolio,
@FromDate = @FromDate,
@ToDate = @ToDate,
)
i dont find any reason.
April 27, 2012 at 1:46 pm
i am doing it already.still not getting anything
April 27, 2012 at 1:34 pm
but without it i am getting data into seconds ,and with it its running more than 7 minutes ,still not getting data
April 27, 2012 at 1:19 pm
Viewing 15 posts - 61 through 75 (of 130 total)