我怎样才能在mdf文件中看到数据

时间:2021-05-13 10:18:24

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.

我有asp.net应用程序。它有App_Data文件夹。此文件夹包含mdf和ldf文件。我怎样才能看到这些文件中的数据。我想看表结构。

1 个解决方案

#1


7  

Using SQL Server Management Studio Express you can attach that file.

使用SQL Server Management Studio Express,您可以附加该文件。

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.

但是,如果您在Visual Studio中的项目中查看它,则可以在服务器资源管理器中看到它。

Also, here is a similar question on the asp.net forums.

此外,这是asp.net论坛上的类似问题。

#1


7  

Using SQL Server Management Studio Express you can attach that file.

使用SQL Server Management Studio Express,您可以附加该文件。

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.

但是,如果您在Visual Studio中的项目中查看它,则可以在服务器资源管理器中看到它。

Also, here is a similar question on the asp.net forums.

此外,这是asp.net论坛上的类似问题。