Kim Santiago
Kim Santiago
This is being worked on. We'll have more to share soon.
it would also be good if https://github.com/microsoft/azuredatastudio/issues/12754 could also be fixed when fixing this.
DacFx does not support importing into elastic pools, as mentioned in the [limitations](https://docs.microsoft.com/en-us/azure/azure-sql/database/database-import?tabs=azure-powershell&view=azuresql#limitations) for bacpacs. The workaround for importing into an elastic pool is to create a single database for...
@craigminihan can you try increasing the TargetTimeout and /p:CommandTimeout?
DacFx does not support elastic pools, as mentioned in the [limitations](https://docs.microsoft.com/en-us/azure/azure-sql/database/database-import?tabs=azure-powershell#limitations) for bacpacs. The workaround is to create a single database for DacFx operations, then move the database into an...
@DavidWiseman Thanks for trying out the MIcrosoft.Build.Sql SDK and reporting this! I added this error to the [ReadMe](https://github.com/microsoft/DacFx/tree/main/src/Microsoft.Build.Sql#resolving-build-errorswarnings). $(DacPacRootPath) is a variable with the location of the system dacpacs that...
Table designer is in preview in the latest ADS release and integration with sql projects is coming in the future. Model validation is not currently available in ADS.
There are 2 main scenarios here: 1. The table is the only object in the file and the file has the same name as the table. expected: File is not...
Question: Do we only rename the table or do we also need to update any references to the table? A couple options I can think of for adding support for...
Summarizing discussion from https://github.com/microsoft/sqltoolsservice/pull/1687 here: - until refactoring in sql projects is supported, we will keep changing table name and schema disabled for offline sql projects table designer:  -...