You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/en-US/SqlServerDsc.strings.psd1
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -358,6 +358,7 @@ ConvertFrom-StringData @'
358
358
Database_InvalidCompatibilityLevel = The specified compatibility level '{0}' is not a valid compatibility level for the instance '{1}'.
359
359
Database_InvalidCollation = The specified collation '{0}' is not a valid collation for the instance '{1}'.
360
360
Database_CatalogCollationNotSupported = The parameter CatalogCollation is not supported on SQL Server instance '{0}' with version '{1}'. This parameter requires SQL Server 2019 (version 15) or later.
361
+
Database_IsLedgerNotSupported = The parameter IsLedger is not supported on SQL Server instance '{0}' with version '{1}'. This parameter requires SQL Server 2022 (version 16) or later.
361
362
Database_SnapshotSourceDatabaseNotFound = The source database '{0}' for the database snapshot does not exist on instance '{1}'.
362
363
Database_CreatingSnapshot = Creating database snapshot '{0}' from source database '{1}'.
363
364
Database_Create_ShouldProcessVerboseDescription = Creating the database '{0}' on the instance '{1}'.
0 commit comments