Failure to install Database Enginee Service for SQL Server Standard 2012 on Windows 10

Mabel Te 21 Reputation points
2020-09-01T08:42:54.067+00:00

I have problem in getting Database Engine Services installed for SQL Standard 2012 on Window 10. Have google and tried many ways, but encounter many different error.
I am writing this post after 2 weeks of research.... appreciate all help

  1. Complete uninstall and fresh install again (that means remove program from Control Panel, delete regedit related to SQL Server 2012, delete all Microsoft SQL folder)
  2. Install SQL Standard 2012 SP1, SP2, SP3, SP4, setting server configuration for SQL Server Database Engine to NT Service\System
  3. Install 2018 to ensure a instance can be created. But when I installed 2012, encounter error "The service did not respond to the start or control request in a timely fashion" (I then tried to add DWORD - ServicesPipeTimeout to set as 180000
  4. Install SQL 2012 Cumulative Update 3 and .Net 3.5 SP1
  5. Install via command Setup.exe /ConfigurationFile= ConfigurationFile.ini

I just did another fresh install again (uninstall and install with regedit clear and SQL folder deleted) to prepare for any help. Following is what I have installed

  • Under Apps & features, I have the following SQL version installed
  • Microsoft SQL Server 2008 R2 (64 bit)
  • Microsoft SQL Server 2012 (64 bits) with SP 1 to 4 installed
  • .Net version 3.5 with SP1
  • Windows Update has all the latest update i.e. "Check for update" has no outstanding program

Please advise. Thanks

Windows for business Windows Client for IT Pros Devices and deployment Set up, install, or upgrade
SQL Server Other
{count} votes

Accepted answer
  1. Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
    2020-09-04T09:48:42.38+00:00

    I'm leaning towards that Avecto Defendpoint Service (which is what appears to have produced that event log message) decided that it was not approriate to start SQL Server 2012. Maybe it needs to be white-listed?

    I think you need to talk with your internal IT folks at NCS to get this sorted out.

    1 person found this answer helpful.
    0 comments No comments

13 additional answers

Sort by: Most helpful
  1. Mabel Te 21 Reputation points
    2020-09-12T16:45:27.577+00:00

    @Erland Sommarskog , great thanks. Yes, after whitelist, it is able to install and execute queries

    Thanks to everyone, too


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.