Skip to content

cagrin/sqlcmd-arm64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlcmd-arm64

This is "fake" version of sqlcmd1 utility for ARM64. It actually calls Invoke-SqlCmd2 from PowerShell with SqlServer module3. The use case of sqlcmd-arm64 is to be available inside ARM64 version of azure-sql-edge4 container, so that testcontainer5 can access it and use it to check whenever container is ready or not yet.

References

1) https://docs.microsoft.com/en-us/sql/tools/sqlcmd-utility?view=sql-server-ver15

2) https://docs.microsoft.com/en-us/powershell/module/sqlserver/invoke-sqlcmd?view=sqlserver-ps

3) https://docs.microsoft.com/en-us/sql/powershell/download-sql-server-ps-module?view=sql-server-ver15

4) https://hub.docker.com/_/microsoft-azure-sql-edge

5) https://github.com/HofmeisterAn/dotnet-testcontainers