I have a .ssmssqlproj file in a Sharepoint folder, but I cannot delete it. It says that some application may currently use it. That is not true, because I don't have SSMS open. How to delete this SQL Server Management Studio project file?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Tools like Process Explorer (use the "find handle or dll" function) will tell you what processes have a file open (with delete lock). This allows you to know what to close to allow deleting.

link|improve this answer
Thanks, that helped! – atricapilla Sep 21 '10 at 10:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.