Skip to content

Commit 4085978

Browse files
tarynprattNickCraver
authored andcommitted
Adding SQL Server 2019 to versions
1 parent caa087c commit 4085978

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Opserver.Core/Data/SQL/SQLInstance.Properties.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ public string MajorVersion
8383
{
8484
if (Version.HasValue())
8585
{
86+
if (Version.StartsWith("15.")) return "SQL 2019";
8687
if (Version.StartsWith("14.")) return "SQL 2017";
8788
if (Version.StartsWith("13.")) return "SQL 2016";
8889
if (Version.StartsWith("12.")) return "SQL 2014";

0 commit comments

Comments
 (0)