How to run sql script using SQL Server Management Studio?

后端 未结 3 685
情深已故
情深已故 2020-12-13 09:03

I have been following this tutorial: http://www.misfitgeek.com/2010/07/adding-asp-net-membership-to-your-own-database/

I have installed SQL Server Management Studio

3条回答
  •  长情又很酷
    2020-12-13 09:36

    Open SQL Server Management Studio > File > Open > File > Choose your .sql file (the one that contains your script) > Press Open > the file will be opened within SQL Server Management Studio, Now all what you need to do is to press Execute button.

提交回复
热议问题