This article, discusses how you can resolve the error you might get in SQL Server: Operating System Error 170(Requested Resource is in use)
The Root Cause for the Error Message
It might happen at some point, under certain circumstances, to get the “Operating System Error 170” error message on your SQL Server environment.
The above error means that some other process put a lock on a database file (or other related SQL Server files as well, i.e. log files, etc.) and SQL Server cannot access it in order to write in it. This is an unpleasant situation because many times, at a first look, you don’t identify something wrong but the problem persists!
So, what you can do? You have a situation where SQL Server reports as a critical error that it cannot write on one or more of its hosted databases.
You hope that you can resolve this issue fast and without any downtime.
It did happen to me in the past as well, so I would like to share some tips with you, which you might find useful for resolving this issue.
How to Resolve the Requested Resource is in Use Error
Here’s what you can try for resolving the error:
– Check via Windows Resource Monitor – overview – disk activity to see if any database/log files are used by any other activity than SQL Server
– Use Sysinternals “Handle” tool to see if there are any other handles on the file rather than SQL Server itself
– Check if antivirus is using the specific file thus keeping it locked
Example of using Handle.exe:
Hope this helps!
Strengthen your SQL Server Administration Skills – Enroll to our Online Course!
Via the course, you will learn essential hands-on SQL Server Administration tips on SQL Server maintenance, security, performance, integration, error handling and more. Many live demonstrations and downloadable resources included!
Lifetime Access / Live Demos / Downloadable Resources and more!
Artemakis Artemiou is a Senior SQL Server Architect, Author, and a 9 Times Microsoft Data Platform MVP (2009-2018). He has over 15 years of experience in the IT industry in various roles. Artemakis is the founder of SQLNetHub and TechHowTos.com. Artemakis is the creator of the well-known software tools Snippets Generator and DBA Security Advisor. Also, he is the author of many eBooks on SQL Server. Artemakis currently serves as the President of the Cyprus .NET User Group (CDNUG) and the International .NET Association Country Leader for Cyprus (INETA).
Views: 3,869
Strengthen your SQL Server Database Administration Skills – Enroll to our 6-Hour Course!
“Essential SQL Server Administration Tips”
Learn essential tips and techniques for efficient SQL Server database administration (performance, security, integration and more)
This site uses cookies for personalized content and the best possible experience. By continuing to browse this site, you agree to this use. Find out more.