Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 274 Bytes

readme.md

File metadata and controls

9 lines (6 loc) · 274 Bytes

Reproduce this issue:

microsoft/mssql-jdbc#2222 (comment)

The server can be setup by the follwowing:

podman run -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=Password1" -p 1433:1433 -d mcr.microsoft.com/mssql/server:2022-latest
```