SQL Server Express 2008 Install Side-by-side w/ SQL 2005 Express Fails

前端 未结 10 760
青春惊慌失措
青春惊慌失措 2020-12-08 04:13

When I try to install a new instance of SQL Server 2008 Express on a development machine with SQL 2005 Express already up and running, the install validation fails because t

10条回答
  •  悲&欢浪女
    2020-12-08 04:52

    Although you should have no problem running a 2005 instance of the database engine beside a 2008 instance, The tools are installed into a shared directory, so you can't have two versions of the tools installed. Fortunately, the 2008 tools are backwards-compatible. As we speak, I'm using SSMS 2008 and Profiler 2008 to manage my 2005 Express instances. Works great.

    Before installing the 2008 tools, you need to remove any and all "shared" components from 2005. Try going to your Add/Remove programs control panel, find Microsoft SQL Server 2005, and click "Change." Then choose "Workstation Components" and remove everything there (this will not remove your database engine).

    I believe the 2008 installer also has an option to upgrade shared components only. You might try that. Good luck!

提交回复
热议问题