Drew Skwiers-Koballa
Drew Skwiers-Koballa
with sql projects targeting SQL 2022, the publish to container should now point towards mcr.microsoft.com/mssql/server:2022-latest with the label SQL Server 2022 (preview)
Release artifacts to be provided by the GitHub actions pipeline - I wasn't able to complete the Windows support in the pipeline at this time.
- SqlPackage or DacFx Version: SqlPackage 19.1 - .NET Framework (Windows-only) or .NET Core: .net core - Environment (local platform and source/target platforms): **Steps to Reproduce:** 1. Extract a database...
**Is your feature request related to a problem? Please describe.** When database diagrams are created on an Azure SQL database, they cannot be exported/imported to another instance. **Describe the solution...
*Originally posted https://feedback.azure.com/forums/908035-sql-server/suggestions/43813659-avoid-truncate-for-data-extraction-from-dacpac-gra* it is possible to extract DACPAC containing table data. This works also for graph tables containing edge constraints. But it is not possible to restore the data...
@Charles-Gagnon @lucyzhang929 - fixes namespace input not being passed into templates - corrects errant space in input and output templates - makes output binding a bit more robust with post...
**Is your feature request related to a problem? Please describe.** In next versions of SqlPackage - the upgrade from MDS3 to MDS5 means that some commands with connection strings that...
Due to the way I have my instance deployed, I’d like to protect the web UI routes with basic auth. Is there interest in incorporating an optional admin password for...
While the mssql container is available for use on arm64 machines running macOS through Rosetta emulation, there's still a desire to see a native arm64 container Most common reason -...
https://github.com/MicrosoftDocs/sql-docs/issues/8511 > is there a way to exclude certain tables? the /p: TableData=(STRING[]) option can include tables. is there an inverse to only exclude certain tables? > this is possible...