Giter Site home page Giter Site logo

cagrin / azure-sql-edge-arm64 Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 3.0 30 KB

Images for Microsoft Azure SQL Edge on ARM64 for Docker Engine. Works on Mac with Apple silicon.

Home Page: https://hub.docker.com/r/cagrin/azure-sql-edge-arm64

License: MIT License

PowerShell 100.00%

azure-sql-edge-arm64's People

Contributors

cagrin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

azure-sql-edge-arm64's Issues

qnap arm base

can it work there?
i'm tryng but the docker desn't start
it give me this message
azure-sql-edge-arm64
exec /opt/mssql/bin/permissions_check.sh: exec format error

sqlmd commands not working on most recent release

Hi there, first of all - thank you for the work you put into getting this image + sqlmd wrapper working, it's been instrumental.

I recently rebuilt my environment and grabbed the latest cagrin/azure-sql-edge-arm64 image in my docker compose file. After the database spins up I run a command to check if it's up, however that command appears to be no longer working.

docker exec mydb \
  /bin/bash -c \
  "/opt/mssql-tools/bin/sqlcmd -t 60 -S 127.0.0.1,9433 -U sa -P MySecure!P@ss -Q "SET NOCOUNT ON; select 9999+9999;" 2> /dev/null"

On a previous image this command would return something like this:

-------------
        19998

However what I'm seeing now when I remove 2> /dev/null is:

Invoke-Sqlcmd: A connection was successfully established with the server, but then an error 
occurred during the pre-login handshake. (provider: TCP Provider, error: 35 - An internal 
exception was caught)
Invoke-Sqlcmd: Incorrect syntax was encountered while parsing ''.
pwsh -Command 'Invoke-SqlCmd -ConnectionTimeout "60" -ServerInstance "127.0.0.1,9433"
-Username "sa" -Password "MySecure!P@ss" -Query "SET NOCOUNT ON; select 9999+9999;"'

Do you have any thoughts on what might have changed that could be causing this? I additionally use sqlmd with -i to load data - which I haven't tested yet but I suspect it would have a similar problem.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.