Skip to content

Commit d754bb3

Browse files
committed
Add note about SQL Server version requirement for CatalogCollation parameter
1 parent 9d98844 commit d754bb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/Public/New-SqlDscDatabase.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
Specifies the collation type for the system catalog. Valid values are
2020
DATABASE_DEFAULT and SQL_Latin1_General_CP1_CI_AS. This property can
2121
only be set during database creation and cannot be modified afterward.
22+
This parameter requires SQL Server 2019 (version 15) or later.
2223
2324
.PARAMETER CompatibilityLevel
2425
The version of the SQL compatibility level to use for the new database.

0 commit comments

Comments
 (0)