Hi All,
We are trying to refresh DEV database with UAT, and exported the UAT database,
Found few links for importing the .bacpac file:
commands:
Cd C:\Program Files (x86)\Microsoft SQL Server\140\DAC\bin
SqlPackage.exe /a:import /sf:C:\Temp\hsauatbackup.bacpac /tsn:localhost /tdn:AxDb_6 /p:CommandTimeout=1200
but in our dev machine we didn't find the path "C:\Program Files (x86)\Microsoft SQL Server\140\DAC\bin" in C drive,
we are using below command:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\Extensions\Microsoft\SQLDB\DAC\150
Is it correct way to import or do we need to use the first command which does not exists in our dev machine.
Please advise us.
Regards,
Akbar