What is SQL Server error number 10035?

Responsive Ad Header

Question

Grade: Education Subject: Support
What is SQL Server error number 10035?
Asked by:
38 Viewed 38 Answers
Responsive Ad After Question

Answer (38)

Best Answer
(356)
SQL Server error 10035, 'A lock could not be obtained on this file because it is locked by another process,' indicates that a database file is already in use by another process, preventing the current process from accessing it. This often happens during backups, restores, or when multiple processes attempt to modify the same database file simultaneously.