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.
Asked
Active
Viewed 4,690 times
6
-
See [How to: Attach a Database (SQL Server Management Studio)](http://msdn.microsoft.com/en-us/library/ms190209.aspx). – Dan Diplo Nov 10 '09 at 21:09
1 Answers
8
Using SQL Server Management Studio Express you can attach that 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.

Anthony Potts
- 8,842
- 8
- 41
- 56