How do I import a sql data file into SQL Server?

后端 未结 7 1810
北海茫月
北海茫月 2020-12-08 03:41

I have a .sql file and I am trying to import it into SQL Server 2008. What is the proper way to do this?

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-08 04:24

    1. Start SQL Server Management Studio
    2. Connect to your database
    3. File > Open > File and pick your file
    4. Execute it

提交回复
热议问题