Sha256: 4d0e9e980c0f5c791c881fbcdae8b53e33c7910c0cc49d1f69d761dd2ba29982
Contents?: true
Size: 484 Bytes
Versions: 9
Compression:
Stored size: 484 Bytes
Contents
Describe 'SQL Server minimal configuration' { Context "SQL Server" { It 'MSSQL service is running' { (get-service MSSQLSERVER).Status | Should BeLike "Running" } It 'MSSQL AGENT service is running' { (get-service SQLSERVERAGENT).Status | Should BeLike "Running" } } Context "SQL Tools" { It 'Ssms.exe is installed' { get-command ssms | Should BeLike "*ssms.exe*" } } }
Version data entries
9 entries across 9 versions & 1 rubygems