Open mdf file that is in App_Data using SQL Server Management Studio?

Is it possible to open the mdf file that is in App_Data of the current editing project in Visual Studio 2010 using SQL Server Mangement Studio 2008 R2?

UPDATE:

I am also looking for a return path where I want to execute the generated SQL script into a database, which is in the form of an mdf file in the local App_Data folder.

+7
sql-server-2008 visual-studio-2010 ssms mdf smss
source share
1 answer

There is no one way to click, because SQL Server does not allow mdf sharing when it is connected to SQL Engine.

0
source share

All Articles