Import DB in SQL
1. Change directory to the path where SQLPackage.exe is available
C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\IDE\Extensions\Microsoft\SQLDB\DAC\130
2. Run the below command
SqlPackage.exe /Action:Import /SourceFile:"C:\Users\Admin9470282646\Desktop\DB\backup.bacpac" /TargetConnectionString:"Data Source=localhost;Initial Catalog=MyDB;Integrated Security=True;" /p:CommandTimeout="0"