Viewing 15 posts - 31 through 45 (of 67 total)
Thanks for the reply.
September 1, 2009 at 2:58 pm
I was trying to see if I can set a variable of type uinqueidentifier to the value of an item that is of the type varchar?
September 1, 2009 at 12:43 pm
Actually it worked. I already inserted the record. Thank you so much for your help.
August 12, 2009 at 2:19 pm
Thanks. I will try it.
August 12, 2009 at 7:47 am
This is the correct answer:
This gives the result I am looking for:
Select LOSS_SRIP = sum(case I.IT_Code when 'SRIP' then 1 else 0 end),
LOSS_TA...
July 31, 2009 at 9:17 am
Thank you so much for your efforts. I just wanted to mke sure that the alternative to having two statements does not yield better performance.
July 31, 2009 at 7:03 am
I just want counts returned to two variables displayed in a single row.
Thanks
July 31, 2009 at 6:24 am
This is the result I get from running your query statement:
However, this is not what I want. My query should give:
Loss_TA Loss_SRIP
______________________
3 ...
July 31, 2009 at 6:04 am
Thanks again. your solution was great.
July 22, 2009 at 8:01 am
It worked.
Thank you very much.
July 22, 2009 at 7:39 am
Thanks. I will try it.
July 22, 2009 at 7:31 am
It worked.
thank you very much.
July 22, 2009 at 6:46 am
I will try the Sum Statement.
Thanks
July 22, 2009 at 6:41 am
it did not work.
July 22, 2009 at 6:35 am
I will try it.
Thanks
July 22, 2009 at 6:33 am
Viewing 15 posts - 31 through 45 (of 67 total)