Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/sql-server-2008/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql server 2008 SQL management studio创建表错误_Sql Server 2008 - Fatal编程技术网

Sql server 2008 SQL management studio创建表错误

Sql server 2008 SQL management studio创建表错误,sql-server-2008,Sql Server 2008,我在创建新表时遇到问题,它给了我以下错误: 谁能帮帮我,谢谢 标题:Microsoft SQL Server管理工作室 不支持此后端版本来设计数据库关系图或表。(MS可视化数据库工具) 以下是详细日志: 不支持此后端版本来设计数据库关系图或表。(MS可视化数据库工具) 节目地点: 位于Microsoft.SqlServer.Management.DataTools.Interop.IDTTableDesignerFactory.NewTable(对象dsRef,对象pServiceProvid

我在创建新表时遇到问题,它给了我以下错误: 谁能帮帮我,谢谢

标题:Microsoft SQL Server管理工作室 不支持此后端版本来设计数据库关系图或表。(MS可视化数据库工具)

以下是详细日志:

不支持此后端版本来设计数据库关系图或表。(MS可视化数据库工具)


节目地点:

位于Microsoft.SqlServer.Management.DataTools.Interop.IDTTableDesignerFactory.NewTable(对象dsRef,对象pServiceProvider) 位于Microsoft.SqlServer.Management.UI.VSIntegration.Editors.TableDesignerNode.CreateDesigner(idtDolFactoryProviderFactoryProviderFactoryProvider,IVsDataConnection dataConnection) 位于Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VsDataDesignerNode.CreateDesigner()处 位于Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VsDataDesignerNode.Open()处 位于Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VirtualProject.CreateDesigner(Urn-origUrn、DocumentType-editorType、DocumentOptions-aeOptions、IManagedConnection-con、字符串文件名) 位于Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VirtualProject.Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ISqlVirtualProject.CreateDesigner(Urn-origUrn、DocumentType-editorType、DocumentOptions-aeOptions、IManagedConnection-con、字符串文件名) 位于Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ISqlVirtualProject.CreateDesigner(Urn-origUrn、DocumentType-editorType、DocumentOptions-aeOptions、IManagedConnection-con、字符串文件名) 位于Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ScriptFactory.CreateDesigner(DocumentType editorType、DocumentOptions aeOptions、Urn parentUrn、IManagedConnection mc、字符串文件名)
在Microsoft.SqlServer.Management.UI.VSIntegration.Editor.VsDocumentMenuItem.CreateDesignerWindow(IManagedConnection mc,DocumentOptions选项)

中,这是Management Studio版本和SQL Server版本之间的不匹配。检查版本是否兼容

是否使用与所连接的SQL Server版本相同的Management Studio版本?我使用的是ssms 2008,数据库只是本地的
This backend version is not supported to design database diagrams or tables. (MS Visual Database Tools)