你好,关于你描述的这个问题,我这边暂时没法复现。
在能够正常连接的前提下,
可能是数据库文件丢失导致的,你可以试着查看当前数据库文件的状态:
EXEC sp_helpfile;
也可能是SSMS损坏,你可以尝试修复SSMS,或者卸载并重新安装最新版本的SSMS。
如果答案是正确的解决方案,请点击“接受答案”并投赞成票。如果您对此答案有其他疑问,请点击“评论”。
先描述一下我的使用过程,我在本地新建了一个数据库
还创建了三张表格
在填入数据后我就直接右上角关闭了SSMS,当我再次打开数据库后我的表都没了
当我想新建一个的时候提示我
详细信息:
标题: Microsoft SQL Server Management Studio
未指定的错误
(MS Visual Database Tools)
按钮:
确定
程序位置:
在 Microsoft.SqlServer.Management.DataTools.Interop.IDTTableDesignerFactory.NewTable(Object dsRef, Object pServiceProvider)
在 Microsoft.SqlServer.Management.UI.VSIntegration.Editors.TableDesignerNode.CreateDesigner(IDTDocToolFactoryProvider factoryProvider, 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, String fileName)
在 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)
在 Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ISqlVirtualProject.CreateDesigner(Urn origUrn, DocumentType editorType, DocumentOptions aeOptions, IManagedConnection con, String fileName)
在 Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VsDocumentMenuItem.CreateDesignerWindow(IManagedConnection mc, DocumentOptions options)
求大佬教教我,新手第一次用不知道怎么解决