Leila Lali
Leila Lali
I cannot repro this using the latest version sqlpackage.exe https://learn.microsoft.com/en-us/sql/tools/sqlpackage/sqlpackage-download?view=sql-server-ver16
Hi, that's a good point and we can review this to add as an option for import. In the meantime, the workaround would be to set the environment variable 'TMP'...
we just released a preview version of dacfx with MDS5. https://www.nuget.org/packages/Microsoft.SqlServer.DacFx/161.6304.0-preview Please give it a try and let me know if you still have problems
@joanteixi this issue should be fixed in DacFx [160.6296.0](https://www.nuget.org/packages/Microsoft.SqlServer.DacFx/160.6296.0) But you are still seeing the issue please feel free to re-open. You won't be able to see the fix in...
This is a known issue when using AAD SQL Password auth. The workaround is to use different authentication (https://docs.microsoft.com/en-us/azure/azure-sql/database/authentication-aad-service-principal) Here's the example how to use the service principal auth: sqlpackage.exe...
A temporary fix has been added to sqlpackage.exe for this issue. Setting environment variable (CONNECTION_POOLING_ENABLED default false) to true will reduce the number of connections requesting token and will reduce...
@zijchen didn't you already fix this?
@richardgavel can you please add more info? Are you using sqlpackage.exe or DacFx framework?
@roji, DacFx 15.0 won't work well with .Net 6.0. All problems related to .Net 6 are fixed and going to be fixed in DacFx 16.0. VS 2022 will soon used...
@Phylum123 would you please provide step by step to reproduce. Which version of Visual Studio are you using and which version of SQL Project extension?