mssql-scripter in Azure Cloud Shell

Michał Skowronek 1 Reputation point
2021-12-15T14:38:24.77+00:00

Hi, I'm trying to get DDL for each tables in Azure SQL Db. I've typed following command to Azure Cloud Shell console

mssql-scripter -S [serwername] -d [databasename] -U [username] -f ./dev.sql
Password: [correctPassword]

and I received an error like below.
No usable version of the libssl was found
Scripting request: 1 encountered error: Scripting request encountered a exception
Error details: ('End of stream reached, no output.',)

What should I do to solve it?

Azure SQL Database
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.