mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 10:09:20 +08:00
added description for SQL Express scripts
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
################################################################################
|
||||
## File: Install-SQLExpress.ps1
|
||||
## Desc: Install SQL Express for Windows
|
||||
## SQL Version: Microsoft SQL Express 2019 ( 15.00.2000 )
|
||||
## InstanceName: SQL2019
|
||||
## Username - sa
|
||||
## Password - P@ssword!!
|
||||
## Default path - C:\Program Files (x86)\Microsoft SQL Server
|
||||
################################################################################
|
||||
function Start-Task {
|
||||
param(
|
||||
[String]$InstallPath,
|
||||
|
||||
Reference in New Issue
Block a user