How restore data base using .bacpac file.
Open the command prompt and type below command:
C:\Program Files (x86)\Microsoft SQL Server\140\DAC\bin>SqlPackage.exe /a:Import /sf:"C:\Temp\DBBackup\test_12132018.bacpac" /tsn:localhost /tdn:AxDBUMA
File Location : C:\Temp\DBBackup\test_12132018.bacpac
UMA - is the company we are going to import.
Open the command prompt and type below command:
C:\Program Files (x86)\Microsoft SQL Server\140\DAC\bin>SqlPackage.exe /a:Import /sf:"C:\Temp\DBBackup\test_12132018.bacpac" /tsn:localhost /tdn:AxDBUMA
File Location : C:\Temp\DBBackup\test_12132018.bacpac
UMA - is the company we are going to import.