• yes saby i m gettin blocking in the tempdb.

    Grant there are procedure with begin and tran

    E.g

    proc ssa

    (

    Begin tran

    exec procedure1

    -----create some temp table and do some updation,insertion etc on temp table and physical table as there are more than 5 tables in each proc ...

    exec procedure2 -----create some temp table and do some updation,insertion etc on temp table and physical table as there are more than 5 tables in each proc ...

    exec procedure3-----create some temp table and do some updation,insertion etc on temp table and physical table as there are more than 5 tables in each proc ...

    commit

    run with diffrent sessions got the blocking while creating a temp table

    and one more thing is that the table creation takes 2 secs to create which is really more time.

    it destroy the table after the 1 procedure get fully exec till commit.