Can I use SQL Server Management Studio 2005 for 2008 DB?

前端 未结 4 739
青春惊慌失措
青春惊慌失措 2021-02-04 00:37

I am looking to manage a SQL Server 2008 DB using Management Studio 2005. The reason for this is because our server is a 64-bit machine and we only have the 64-bit version of t

4条回答
  •  旧时难觅i
    2021-02-04 01:03

    I'm posting this to prevent people getting false hope (as I did). Where as you may be able to use SQL Server 2005 Management Studio to connect to SQL Server 2008, you cannot use SQL Server 2005 Management Studio Express. You get an explicit error message stating:

    This version of Microsoft SQL Server Management Studio Express can only be used to connect to SQL Server 2000 and SQL Server 2005 servers. (Microsoft.SqlServer.Express.ConnectionDlg)

    Hopefully that will prevent a couple of people from wasting their time trying just-in-case.

提交回复
热议问题