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

后端 未结 7 1815
北海茫月
北海茫月 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:21

    In order to import your .sql try the following steps

    1. Start SQL Server Management Studio
    2. Connect to your Database
    3. Open the Query Editor
    4. Drag and Drop your .sql File into the editor
    5. Execute the import

提交回复
热议问题