├── .gitignore ├── Install-SqlServer.ps1 ├── LICENSE.txt ├── README.md └── artifacts ├── Install-Sql-2020-03-31T16-04-28.log └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | /*.log 2 | /*.iso 3 | -------------------------------------------------------------------------------- /Install-SqlServer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/majkinetor/Install-SqlServer/HEAD/Install-SqlServer.ps1 -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/majkinetor/Install-SqlServer/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/majkinetor/Install-SqlServer/HEAD/README.md -------------------------------------------------------------------------------- /artifacts/Install-Sql-2020-03-31T16-04-28.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/majkinetor/Install-SqlServer/HEAD/artifacts/Install-Sql-2020-03-31T16-04-28.log -------------------------------------------------------------------------------- /artifacts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/majkinetor/Install-SqlServer/HEAD/artifacts/README.md --------------------------------------------------------------------------------