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

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

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

    Jack Corbett
    Consultant - Straight Path Solutions
    Check out these links on how to get faster and more accurate answers:
    Forum Etiquette: How to post data/code on a forum to get the best help
    Need an Answer? Actually, No ... You Need a Question

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

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