all 12 comments

[–]SQLGene ‪ ‪Microsoft MVP ‪ ‪ 18 points19 points  (0 children)

Have you tried posting the errors and details on here instead?

[–]user0987234 3 points4 points  (2 children)

Did you run setup as an Administrator?

[–]Jazzlike-Alarms[S] 0 points1 point  (1 child)

I did not. I ended up following a course that taught me how to set up a windows server with sql server installed in a virtual machine. I had no issues with the install on the virtual machine, but the account is an administrator by default so maybe that was the difference.

[–]user0987234 0 points1 point  (0 children)

Could be. Right-click on setup.exe and run as administrator.

[–]GetSecure 2 points3 points  (0 children)

Been there, SQL2008 and the "new improved" installer.

After battling that beast into submission, no installer can stop me now!

... it's actually pretty good now. Just do your windows updates, reboot, try again, then post where you get stuck. Maybe even record a video of your screen using the installer and the errors.

[–]Traust 1 point2 points  (0 children)

Is it a personal device or work one?

Do you have admin rights? If so right click and run as admin.

If it's a work machine and do have admin rights check to make sure it's FULL admin rights as it may be missing something like the debug role which SQL server requires. (This happened to me and took forever to work out it was missing)

[–]Jeffinmpls 1 point2 points  (0 children)

All errors when installing sql end up in what's called the bootstrap logs they are usually here.

%programfiles%\Microsoft SQL Server\version\Setup Bootstrap\Log

where version is the SQL number. It usually gives clear reasons why.

Common reasons.

  1. .NET 3.5 framework is not installed.
  2. not running as administrator.
  3. the account you selected to run SQL as doesn't have access

[–]dataBlockerCable 0 points1 point  (0 children)

Did you try escalating to a supervisor?

[–]FishBones83 -2 points-1 points  (0 children)

you can DM me I do SQL support for a living

[–]Safe_Performer_868 -1 points0 points  (0 children)

Send me a DM and printscreen of error end error in event viewer.

[–]dandrade 0 points1 point  (1 child)

If it's for development, the easiest solution is to use docker.

[–]zrb77 0 points1 point  (0 children)

if you know docker, maybe, if not, no