0

我是使用 SQL Server 2008 的新手,当我尝试通过右键单击 SQL Server Management Studio 中的数据库来制作数据库图时遇到错误消息:

未指定的错误(MS 可视化数据库工具)

节目地点:

在 System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
在 Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VirtualProject.CreateDesigner(Urn origUrn, DocumentType editorType, DocumentOptions aeOptions, IManagedConnection con, String fileName)
在Microsoft.SqlServer 上的 Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VirtualProject.Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ISqlVirtualProject.CreateDesigner(Urn origUrn, DocumentType editorType, DocumentOptions aeOptions, IManagedConnection con, String fileName)
。 Management.UI.VSIntegration.Editors.ISqlVirtualProject.CreateDesigner(Urn origUrn, DocumentType editorType, DocumentOptions aeOptions, IManagedConnection con, String fileName)
在 Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ScriptFactory.CreateDesigner(DocumentType editorType, DocumentOptions aeOptions, Urn parentUrn, IManagedConnection mc, String fileName)
在 Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VsDocumentMenuItem.CreateDesignerWindow(IManagedConnection mc,DocumentOptions 选项)

我已经搜索过这个错误,大多数回复都是关于“从 2005 升级到 2008 时的常见错误”,这不是我的情况,因为我 4 天前刚刚新安装了 SQL Server 2008。

有人可以帮我解决这个问题吗?

4

2 回答 2

2

我今天有这个错误。就我而言,这与从 SQL Server 2005 迁移到 2008 无关。为了解决这个问题,我重新启动了我的 SQL Server 2008,并且在身份验证窗口中,我将“身份验证”字段从“Windows 身份验证”更改为“SQL Server 身份验证”。我不知道我最初是如何使用“Windows 身份验证”的,但更改它为我解决了这个问题。

于 2012-10-17T20:40:57.797 回答
-1

增加连接数是解决方案。

默认为 4

右键单击 SQL Server 实例并转到属性

从那里单击连接选项卡

sql

并增加连接到更高数量实例的用户连接

于 2021-08-18T03:34:11.677 回答