Viewing 5 posts - 61 through 65 (of 65 total)
thanks.it worked.
June 24, 2008 at 1:45 am
#833172
I did that but I am getting an error
this is what I did
SELECT ....
,isnull([PAID],'NO') as [PAID] ,
CASE WHEN isnull(a.[Refill Sales ID],0) = 0 then 'No Refil'
ELSE ...
June 24, 2008 at 1:01 am
#833169
I am considering whether to create 2-3 #temp 's in a procedure and generate a report or to create a 2-3 view and call in the report.
considering all other thing...
June 23, 2008 at 12:55 am
#832486
Thanks Andras.It was of great help.
June 18, 2008 at 6:32 am
#830344
Hi thanks.it worked.
May 24, 2008 at 9:55 pm
#820045