mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
When a database name along the lines of "WidgetCatalog_v8.3.433" is passed into the script, attach fails at the "v8.3". Rather than deal with trying to properly escape/encode a `[` and `]` around the names, I found that escaping them with quotes behaves as expected.
Windows Containers
This includes samples for setting up mssql-server in Windows Containers. Currently it includes the following:
- [mssql-server-2016-SP1-express-windows] (mssql-server-2016-express-sp1-windows/)
- [mssql-server-2016-express-windows] (mssql-server-2016-express-windows/)
- [mssql-server-2014-express-windows] (mssql-server-2014-express-windows/)
- [mssql-server-vNext-windows] (mssql-server-windows/)