You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overall performance of sqlpackage is poor. Takes too long. Further more it is badly integrated in SQL Management Server . Even in version 20 latest release it is not working from the tools menu.
Other performance values to be added are unclear. Maybe remove the SourceConnectionString if it is not supported.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
Use: ``` powershell
cd C:\temp\d365fo.tools\SqlPackage\
This value Command Timeout=1200 is not updated at all. These command works:
.\SqlPackage /Action:Export /ssn:localhost /sdn:"AXDB_CopyForExport" /sec:true /stsc:true /st:3600 /tf:J:/MSSQL_BACKUP/AXDB_CopyForExport.bacpac /df:J:/MSSQL_BACKUP/AXDB_CopyForExport_DiagnosticsFile.txt /p:VerifyExtraction=false /p:VerifyFullTextDocumentTypesSupported=false /p:CommandTimeout=1200 /su:"test1234" /sp:"test1234"
(DacFx/SqlPackage/SSMS/Azure Data Studio)
Overall performance of sqlpackage is poor. Takes too long. Further more it is badly integrated in SQL Management Server . Even in version 20 latest release it is not working from the tools menu.
Other performance values to be added are unclear. Maybe remove the SourceConnectionString if it is not supported.
The text was updated successfully, but these errors were encountered: