To restore your dump, you need one server on which the dump will be loaded. For this you need one MS server. You can connect to the server using a username and password. After connecting to the server, you can create the database in which you want to import the dump.
If your SQL dump contains a create database statement, you do not need to create it.
If it is possible to open the SQL dump in a text file, you can see the database name needed to create it or the existing instructions for creating the database.
source share