So I am trying to install CRM server on Windows Server 2008 R2. I have a SQL 2012 R0 Server running on the same box. Every time I get near the end of the CRM setup, it throws this error:
Unable to Open the Physical File: "C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\DATA\Crm_MSCRM.mdf". Operating System Error 32: "32(The process cannot access the file because it is being used by another process.)".
I used Process Explorer and determined that sqlserver.exe was using the file. The problem is, if I kill that process, CRM installation fails because it not cannot find the SQL server. What do I do?