我怎样才能看到mdf文件中的数据
我有 ASP.NET 应用程序。它有App_Data文件夹。该文件夹包含 mdf 和 ldf 文件。 我如何查看这些文件中的数据。我想查看表结构。
i have asp.net application. it has App_Data folder. this folder contain mdf and ldf file.
how can i see data within these file. i want to see table structure.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 SQL Server Management Studio Express,您可以附加该文件。
如何附加文件
但是,如果您在Visual Studio 中的项目,您可以在服务器资源管理器中看到该项目。
另外,这里是asp.net论坛上的一个类似问题。
Using SQL Server Management Studio Express you can attach that file.
How to attach a file
However, if you are viewing that in a project in Visual Studio, you can see that in the server explorer.
Also, here is a similar question on the asp.net forums.