79368996

Date: 2025-01-19 13:05:05
Score: 0.5
Natty:
Report link

I was able to fix my issue change the sqlcommand query to be like this:

/opt/sqlpackage/sqlpackage /a:Publish \
  /tsn:"sqlserver-2022,1433" \
  /tdn:"databasetest" \
  /tu:"sa" \
  /tp:"Strong#Passw0rd1" \
  /ttsc:True \
  /sf:/tmp/db.dacpac
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Nmaster88