Viewing 10 posts - 1 through 10 (of 10 total)
I didnt get you. Can u explain me in detail by taking an example.
June 10, 2009 at 8:34 am
Hi Matrix,
Thanks for the reply. Everything is installed alone in XP stand alone system. .net is working fine. IIS is working fine. I am able to run the reports...
May 3, 2009 at 9:22 pm
i installed everything perfectly. My iis is working fine.
May 3, 2009 at 8:57 am
Thanks John and Ashok
March 20, 2009 at 5:20 am
Hi
Thanks for all the replies and suggestions. here is the query to get the required reuslt
SELECT c.customer
FROM #customer_master c
INNER JOIN
(
SELECT cl.customerid,COUNT(DISTINCT l.languagename) AS langcnt
FROM #customer_language cl
INNER JOIN #language_master...
February 21, 2009 at 9:08 am
Thanks for ur reply. is there any other better way to do this?
February 19, 2009 at 9:42 am
Hi,
I got the solution. create sp like
create PROCEDURE COMPLIANCE_TASK_DETAILS(@USR_ID INT, @OPERATION VARCHAR(10), @GET_ID INT = null,
@GET_TASK_NAME VARCHAR(300) = null, @GET_STATUS VARCHAR(100) = null,
@ASSIGNED_TO INT = null, @GET_COMMENTS VARCHAR(500) =...
February 2, 2009 at 5:45 am
I am facing the same problem every now and then. Did u find any solution for this? I just restarted my server then its all fine. Pls let me know...
February 2, 2009 at 2:20 am
Viewing 10 posts - 1 through 10 (of 10 total)