Table Locked unable to proceed with Lookup

  • Dear All

    One of the frequently used table in project for lookup ( DimCustomer ) has locked somehow. Now whatever the packages using this table are getting hanged for indefinite time. I got resolution that table has been locked. How can I unlock this table now ? . I need to make changes in all select statements using this table with NOLOCK. Is there any alternative ?

    Please Help ...

  • Your DBA should be able to help you find out what process has locked the table ... then you just need to decide what to do about it. Killing the process is one option that will work ... 🙂

    The absence of evidence is not evidence of absence.
    Martin Rees

    You can lead a horse to water, but a pencil must be lead.
    Stan Laurel

  • It's possible that you may be missing an index on that table so an action is taking a table lock instead of lower level lock.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply