hi,
after EHP6 Update i face the same issue with pagelocking, deadlocks/perfo-problems:
Errormessage in dbacockpit:
Turn off page locking for REPOLOAD using ALTER INDEX
Turn off page locking for REPOSRC using ALTER INDEX
Solution:
1648817 - Disallow Page Level Locks for Microsoft SQL Server
Zitat aus Text:
EXEC sp_indexoption <tablename>, "DisAllowPageLocks", "TRUE"
br
julius