Forum Replies Created

Viewing 15 posts - 76 through 90 (of 139 total)

  • RE: How to insert in this table

    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...

  • RE: Use of GO

    Hi everybody,

    Thanks to all specially MArk and DMW. I have got my answer.

    Thanks again.

  • RE: Use of GO

    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...

  • RE: Use of GO

    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...

  • RE: Need the join sql

    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.

  • RE: sqlservr.exe uses 100% CPU

    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...

  • RE: Physical join

    Thanks to everybody. Its a great plasure 2 me to receive such complements.

  • RE: TRY -CATCH block with user defined errors

    Thanks adi, I will try ur solution.

  • RE: SET Functions

    The question is a bit ambiguous

  • RE: TRY -CATCH block with user defined errors

    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?

  • RE: TRY -CATCH block with user defined errors

    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...

  • RE: TRY -CATCH block with user defined errors

    Hi Mahesh ,

    i want to do the same through TRY_catch BLOCK.

    Thanks for your help.

  • RE: TRY -CATCH block with user defined errors

    Hi Adi,

    Thanks.

    It solves my problem.

  • RE: Report is not visible

    Hi All,

    Really this is a great help for me. I have faced this question several times.

    Thanks again.

  • RE: PROCEDURE WITH IN THE PROCEDURE

    "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,...

Viewing 15 posts - 76 through 90 (of 139 total)