小编nav*_*ule的帖子

在 SQL Server Management Studio 2008 R2 中找不到复制数据库选项

我在 SQL Server Management Studio 2008 R2 中看不到复制数据库选项。

谁能告诉我这是怎么回事? 未找到复制数据库图像

sql-server ssms sql-server-2008-r2

10
推荐指数
2
解决办法
2万
查看次数

此版本的 Microsoft SQL Server Management Studio Express 只能用于连接 SQL Server 2000 和 SQL Server 2005 服务器

我的本地机器上已经安装了 SQL Server Management Studio 2008R2。我刚刚安装了 SQL Server Management Studio 2005 并且想第一次连接。经过以下步骤后

-> Open SSMS 2005
-> In Connect to SQL Server Dialogue
    -> Servername dropdown(select browse for servers)
    -> Select Network Servers tab
    -> Wait for some time the you will see the SSMS 2008 R2 instance
    -> Database Enginer tree view is expanded
    -> Selected the instance which is showing my computer's name and appended \SQLEXPRESS to it.
-> Selected windows Authentication mode
-> Hit connect button
Run Code Online (Sandbox Code Playgroud)

然后我看到一个弹出窗口说 …

sql-server-2005 sql-server-2008-r2

-2
推荐指数
1
解决办法
4807
查看次数