1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00
Files
sql-server-samples/samples/manage/windows-containers
Josh Elster cc2402f91e prevent attach failure when db name contains '.'
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.
2016-12-19 18:54:09 -06:00
..
2016-12-12 14:28:37 -08:00
2016-12-02 17:21:57 -08:00

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/)