• How can I handle wherein when one insert fails or select statement fails due to server slow

    the rest of the SP will fails.

    Or can I increase the timeout expired to handle waiting period when executing?

    The main table that I am using is referrence from different system since it is a transaction table.

    While I am doing transaction on the main table other appllication is also accessing the same table

    as reference.

    Regards