Is there a way to import a SQL script into an MDF database in Visual Studio?

I created the "Service Database" (.MDF) in Visual Studio and now I want to import an SQL script into it, but I can not find a way to do this:

  • I can right-click on the .mdf file and select "New request", but there is nothing to copy in the request text, as in Studio Management Studio

Is there a way in Visual Studio 2008 Database Explorer to enter or import SQL query text?

+3
source share
2 answers

" ", , . . - , , SQL . script SQL . script, ok, script .

, , " " " SQL".

SQL Management Studio, -.

+2

SQL Server ( SQLExpress), . sql .

0

Source: https://habr.com/ru/post/1704076/


All Articles