mssql-scripter in Azure Cloud Shell
Michał Skowronek
1
Reputation point
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
Azure SQL Database
An Azure relational database service.
6,326 questions
Sign in to answer