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

前端 未结 10 765
青春惊慌失措
青春惊慌失措 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

    The problem is that SQL 2008 MS has a bug where connecting to a remote server (say like a service provider collocation) it will always try to open the fist db in the list, and since the possibilities of been ur db the first on the list are really low, it will throw and error and fail to display the list of dbs... which using sql 2005 management studio it just works.

    Wished I could use SQL 2008 MS, but looks like as far I connect to remote SQL 2005, SQL 2008 is out of the question on my dev machine :(

提交回复
热议问题