Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Slow Query

    CREATE TABLE tbl_Login_Details(ID INT IDENTITY,Session_SRNO INT)

    CREATE NONCLUSTERED INDEX NCX_Login ON tbl_Login_Details(ID)

    DECLARE @SESSION_SRNO int

    ...

  • RE: Time OUT

    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    This is the procedure code

    /* ...

  • RE: Time OUT

    the sp is using more than 20 tables and too many functions . It is difficult to provide the scripts

  • RE: Stored proc getting timeout

    Shall I go ahead and verify the execution plans for performance or?

  • RE: Stored proc getting timeout

    But in local it is working fine. Not able to c any performance issue.We r not sure, whether it is with sp or

Viewing 5 posts - 1 through 5 (of 5 total)