SQL Server installation is either corrupted or has been tampered with error getting Instance ID on behalf

I have installed SQL Server 2012 now. When I try to open the exe file from the set path,

C:\Program Files\Microsoft SQL Server\MSSQL11.SQLEXPRESS\MSSQL\Binn

      

I am getting the following error:

SQL Server installation is either corrupted or tampered with by getting an instance ID from name error

I've tried on the command line too. I uninstalled and tried again and ran into the same problem. Please help me with this. :(

+3


source to share


1 answer


From SQL Configuration Manager -> SQL Server Services -> SQL Server (SQLEXPRESS): Binary path would be: "c: \ Program Files .. \ Binn \ sqlservr.exe" -sSQLEXPRESS



So try in CMD with path: .. \ Binn> sqlservr.exe -sSQLEXPRESS. This should start the service.

+1


source







All Articles