how can i see data in mdf file

人盡茶涼 提交于 2019-12-10 13:38: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.


回答1:


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.



来源:https://stackoverflow.com/questions/1711152/how-can-i-see-data-in-mdf-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!