Viewing 14 posts - 1 through 14 (of 14 total)
Hi Journeyman,
Thanks for the reply. I am not using grid control. I am using Report Viewer Control for displaying reporting service's report on a .aspx page and client wants result...
August 23, 2007 at 8:53 am
Hi Veteran and Newbie,
Thank you for the post. I have already informed my client what is possible and what is not achievable under given specifiactions. They have come around to...
August 22, 2007 at 8:56 am
Hi Grasshopper,
Thank you for the reply.
Yes I have input variables in stor proc that need to be passed during run time and in case of T-Sql I declare and set...
August 22, 2007 at 8:51 am
Hi Jack,
Thank you for the reply. I will surely go through you suggestions till now I never looked at it.
Bharat.
August 20, 2007 at 8:48 am
Thanks for ideas. I use asp.net application which has pages with ReportViewer Controls on it, these pages display reports of reporting service's reports and I have to follow client's wishes(Client...
August 18, 2007 at 12:25 pm
Well you are right. In my case I have to confirm to the way they used to see the reprots and which was written by ealier developers using Web Grid control and...
August 15, 2007 at 4:14 pm
Those results are to be displayed unsorted on reporting service's reports..client wants that way.
Thank you.
August 10, 2007 at 4:02 pm
Thank you for the reply.
I have index on the table. But when I run the sotr proc as query it does not order in any particular way but when...
August 10, 2007 at 3:45 pm
Hi Frank,
Thank you for the suggestion. I am toying with the same idea. Although my stored procedures use Temp Tables and are complicated so I was thinkng if there were...
October 27, 2006 at 11:15 am
Hi Jeff,
Thank you.
Finally I got everything working.
Bharat.
October 19, 2006 at 8:33 am
Hi Jeff,
Thank you for your reply. As I was having problems with temp table I created real tables in database and solved the query. But I would like to work...
October 18, 2006 at 8:40 am
Hi Jeff,
Thank you so much. However when I do like
create table #temp (mem_id nvarchar, hcc1519 nvarchar)
insert #temp exec t_1519
select * FROM #temp
I get empty table back!!
Any reason?
Thank you in advance.
Bharat.
October 17, 2006 at 10:07 am
Hi Jeff,
Thank you for your kind reply. I did what you suggested and wrote the query as follows:
======
CREATE PROCEDURE T_1519
AS
SELECT DISTINCT member_id,
MIN(CASE WHEN hcc IN (15,16,17,18,19)THEN hcc ELSE NULL
END)
FROM mem_hist_dist_hcc...
October 16, 2006 at 9:30 pm
Viewing 14 posts - 1 through 14 (of 14 total)