February 3, 2012 at 2:58 am
Hi...Guys.
17113 :
initconfig: Error 32(The process cannot access the file because it is being used by another process.) opening 'C:\Program Files\Microsoft SQL Server\MSSQL\data\master.mdf' for configuration information.
Please reply....
February 3, 2012 at 3:03 am
How many instances of SQL Server do you have on the computer?
John
February 3, 2012 at 4:30 am
We have only one sql server instance installed.
Thanks
February 3, 2012 at 4:38 am
Well, something has got a lock on your master database file. Maybe you or someone else are trying to open it in a text editor, for some reason? If you can't find out what it is, I'd be tempted to restart the server to release the lock on the file.
John
February 3, 2012 at 4:40 am
try using a file unlocker to check witch process is reading the file, or use procmon.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply