Получил из хранилища и такая вот ерунда при обновлении базы данных
Конфликт блокировок при выполнении транзакции:
Microsoft OLE DB Provider for SQL Server: Lock request time out period exceeded.
HRESULT=80040E31, SQLSrvr: Error state=38, Severity=10, native=1222, line=276
Microsoft OLE DB Provider for SQL Server: Lock request time out period exceeded. HRESULT=80040E31, SQLSTATE=HYT00, native=1222
http://www.microsoft.com/technet/support/ee/transform.aspx?ProdName=SQL%20Server&ProdVer=9.00.1281.60&EvtID=1222&EvtSrc=MSSQLServer&LCID=1033 Explanation
Another transaction held a lock on a required resource longer than this query could wait for it.
User Action
Perform the following tasks to alleviate the problem:
1. Locate the transaction that is holding the lock on the required resource, if possible. Use sys.dm_os_waiting_tasks and sys.dm_tran_locks dynamic management views.
2. If the transaction is still holding the lock, terminate that transaction if appropriate.
3. Execute the query again.
If this error occurs frequently change the lock time-out period or modify the offending transactions so that they hold the lock for less time.