HiveBrain v1.2.0
Get Started
← Back to all entries
debugsqlMinor

SQL Server 2005 Tools makes SQL Server 2008 Express install fail

Submitted by: @import:stackexchange-dba··
0
Viewed 0 times
expressinstall2008sqlmakesfail2005servertools

Problem

When I tried installing SQL Server 2008 Express, the install failed due to this line. How can I circumvent this, or fix the issue?

Solution


  • Open Run Menu and type regedit.



  • It will open Registry Editor



-
Now go to following location.

HKEY_LOCAL_MACHINE > Software > Wow6432Node > Microsoft > Microsoft SQL Server > 90


-
Right click on 90 and click on Delete.

  • Press Yes to confirm deletion.



Now try to install SQL Server 2008 and it would work this time.

Code Snippets

HKEY_LOCAL_MACHINE > Software > Wow6432Node > Microsoft > Microsoft SQL Server > 90

Context

StackExchange Database Administrators Q#21201, answer score: 4

Revisions (0)

No revisions yet.