Thank you for being patient while working on this.
I was able to test it first using the Cloud Shell PowerShell. I was able to successfully connect and create new table.
Then I tried using CLI
using the same command below
sqlcmd -S servername -d databasename -U username - P password
Note that you will need to replace <servername>
, <username>
, <password>
, and <databasename>
with the appropriate values for your deployment.
https://www.youtube.com/watch?v=HOsk13R20AY
Please comment below if you have any issues.
Regards,
Oury