Viewing 15 posts - 76 through 90 (of 139 total)
Hi Adi,
Your query workls perfectly.
Hi mayank,
This is not working. It only insetts 1 for every row but not incrementing.
Hi markus,
I should admit that still I have not faced any real...
May 26, 2009 at 11:31 pm
Hi everybody,
Thanks to all specially MArk and DMW. I have got my answer.
Thanks again.
April 28, 2009 at 8:36 am
Hi everyone,
Sorry for late replying. The code I have published is very official, hence cant publish the actual code.
But my actual question is, are the SQL statements running parallel...
April 25, 2009 at 3:52 am
Hi Jack and GSquared ,
Thanks 4 ur time. But still I m facng the problem without GO.
Is it something like the first statement and second statement clashes, because the first...
April 10, 2009 at 12:00 am
Hi Ken,
Both queries are working fine.
Actually I have tried with left outer join also, but not used the null.
Many thanks for ur help.
March 31, 2009 at 5:26 am
Hi Babar,
1. Using temp table is always faster than cursors.
2. U have used dynamic SQL. it slows down the performance.
3. In report, try to use some group by so that...
March 12, 2009 at 5:47 am
Thanks to everybody. Its a great plasure 2 me to receive such complements.
March 4, 2009 at 10:51 pm
Thanks adi, I will try ur solution.
February 6, 2009 at 6:48 am
Hi adi,
I have checked the second method you have described. But its not throwing any error from JAVA frontend, though raising error from SQLMS.
What 2 do?
February 4, 2009 at 11:30 pm
Hi, another question:
RAISERROR raising errors properly from SQL MS.
But from front end (it is in JAVA), no error message is showing. But the SP is working fine. It is giving...
February 4, 2009 at 6:25 am
Hi Mahesh ,
i want to do the same through TRY_catch BLOCK.
Thanks for your help.
February 4, 2009 at 3:35 am
Hi Adi,
Thanks.
It solves my problem.
February 4, 2009 at 3:34 am
Hi All,
Really this is a great help for me. I have faced this question several times.
Thanks again.
January 27, 2009 at 2:59 am
"call Portal_GetNextMessageID (pStrItemID),out nextMessageID ;
call Portal_GetPrevMessageID (pStrItemID ) ,out prevMessageID ;"
what is "Portal_GetNextMessageID"? If it is another stored procedure, then use EXECUTE instead of call.
Other as per Gill,...
January 23, 2009 at 12:51 am
Viewing 15 posts - 76 through 90 (of 139 total)