Skip to content

Commit 29381fe

Browse files
committed
add ServerCollation to GetSQLServerVersion
1 parent 2d98720 commit 29381fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CI/Azure-DevOps/GetSQLServerVersion.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
WHEN '14.0' THEN '2017'
1515
WHEN '15.0' THEN '2019'
1616
ELSE 'Unknown'
17-
END SQLVersion
17+
END SQLVersion,
18+
SERVERPROPERTY('Collation') AS ServerCollation

0 commit comments

Comments
 (0)