How to import .sql file into SQL Server Express

后端 未结 5 2175
野趣味
野趣味 2020-12-29 15:07

I have a plain sql file with some SQL INSERT statements.

Is it possible to import it in my local SQL Server Express instance?

5条回答
  •  暖寄归人
    2020-12-29 15:39

    The easiest way would be simply open the file in the Sql Management Studio and run it. Since the target table is already created, of course.

提交回复
热议问题