how can i see data in mdf file

4.8k views Asked by At

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

There are 1 answers

0
Anthony Potts On BEST ANSWER

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.