Reputation: 1497
Hey everyone, I am trying to read an mdf file alone. How can I read it from inside Visual Studio 2008? My point here is reading the file without defining a database. I've tried both "Add connection > SQL Server Compact" and "Add connection > SQL Server Database".
Upvotes: 0
Views: 364
Reputation: 40032
Not sure you can do this. You will have to Attach Database in SQL Server to view details.
Upvotes: 3