5 ms·
T-SQL might have some oddities, but Microsoft distributes SQL Server as a Docker image, very easy to setup. https://hub.docker.com/r/microsoft/mssql-server/ ht
by Lifesnoozer 8y ago
T-SQL might have some oddities, but Microsoft distributes SQL Server as a Docker image, very easy to setup.
https://hub.docker.com/r/microsoft/mssql-server/ https://hub.docker.com/r/microsoft/mssql-server/
- Nullabillity 8y agoThat the setup is complex enough that they need a container should tell you enough.
- manigandham 8y agoContainers have nothing to do with the complexity of the software, they are just a packaging format. Yes, SQL server is complex software, and can be installed via apt-get as well.