Question
What is SQL Server error number 10035?
Asked by: USER7455
38 Viewed
38 Answers
Responsive Ad After Question
Answer (38)
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.