Merge pull request #700 from mprins/patch-1

Fix software name for Microsoft SQL Express
This commit is contained in:
Maxim Lobanov
2020-04-09 11:29:42 +03:00
committed by GitHub

View File

@@ -40,7 +40,7 @@ $instanceName = "$env:computername\$sqlInstance"
$version = Test-SqlConnection -ServerName $instanceName -IntegratedSecurity "false" -UserName $sqlUser -Password $sqlPassword
# Adding description of the software to Markdown
$SoftwareName = "Git"
$SoftwareName = "Microsoft SQL Express"
$Description = @"
_Version:_ $version<br/>
_InstanceName:_ $sqlInstance<br/>