The Linux version of Microsoft SQL Server 2016 v.Next is a viable option for customers who want to deploy the RDBMS on an open source platform, but the early previews lack some features of the core ...
I'm building an automated build procedure, one of the steps is to create a database and it's structure/procedures/functions etc. Clearly I can script the entire db creation job in sql and use sqlCmd ...