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
{{ message }}
This repository has been archived by the owner on May 7, 2024. It is now read-only.
I have a docker image that runs with node-alpine and I installed python3.9, mssql-scripter, msodbcsql17_17.8.1.1-1_amd64.apk, and mssql-tools_17.8.1.1-1_amd64.apk.,
And I tried to run the script on container's shell like this mssql-scripter -S xxx.xxx.xx.xx -U xx -P xxxx -d dev-xxxx --schema-and-data --script-drop-create --exclude-objects dbo.xxxxx dbo.aaaa dbo.bbbb dbo.cccc > 1653469182687_-test-command-1.sql
So, it returns like this local variable 'sql_tools_client' referenced before assignment.
How to fix it??
The text was updated successfully, but these errors were encountered:
I have a docker image that runs with node-alpine and I installed
python3.9
,mssql-scripter
,msodbcsql17_17.8.1.1-1_amd64.apk
, andmssql-tools_17.8.1.1-1_amd64.apk
.,And I tried to run the script on container's shell like this
mssql-scripter -S xxx.xxx.xx.xx -U xx -P xxxx -d dev-xxxx --schema-and-data --script-drop-create --exclude-objects dbo.xxxxx dbo.aaaa dbo.bbbb dbo.cccc > 1653469182687_-test-command-1.sql
So, it returns like this
local variable 'sql_tools_client' referenced before assignment
.How to fix it??
The text was updated successfully, but these errors were encountered: