If you suspect a locking issue with your SQL Server database, this is how you can check with SQL Server 2005.
- Launch Microsoft SQL Server Management Studio
- In the left panel, click Management > Activity Monitor.
- At the top, click the 'Filter...' button.
- In the Resources section, enter the name of your database.
- Click OK to apply.
- Scroll to the far right and check for 'Blocking' and 'Blocked By'.
Thanks to McG for the tip.