i am trying to run command
SqlPackage.exe /Action:Publish /SourceFile:"MyProject.BI.Database.MyDb.dacpac" /Profile:"Local.MyProject.BI.Database.MyDb.publish.xml" 1> Local.MyProject.BI.Database.MyDb.log 2>&1
But i get error
SqlPackage is not recognized command
I downloaded sqlpackage.exe and installed.
I also added it in environment variable but still i get error
I have Sql server 2019
How to fix this?