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/SqlAudit.strings.psd1
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ ConvertFrom-StringData @'
14
14
PathInvalid = The path '{0}' does not exist. Audit file can only be created in a path that already exist and where the SQL Server instance has permission to write. (SA0003)
15
15
EvaluateServerAudit = Evaluate the current audit '{0}' on the instance '{1}'. (SA0004)
16
16
MaximumFileSizeValueInvalid = The maximum file size must be set to a value of 0 or a value between 2 and 2147483647. (SA0004)
17
-
QueueDelayValueInvalid = The queue delay must be set to a value of 0 or a value between 1000 and 2147483647.
18
-
CannotCreateNewAudit = Cannot create a new audit because neither of the properties LogType or Path is specified. One of those properties must be specified to create a new audit.
19
-
AuditOfWrongTypeForUseWithProperty = A property that is not in desired state is not compatible with the audit type '{0}'.
20
-
AuditIsWrongType = The existing audit is of wrong type to be able to update the property that is not in desired state. If the audit should be re-created set Force to $true.
17
+
QueueDelayValueInvalid = The queue delay must be set to a value of 0 or a value between 1000 and 2147483647. (SA0005)
18
+
CannotCreateNewAudit = Cannot create a new audit because neither of the properties LogType or Path is specified. One of those properties must be specified to create a new audit. (SA0006)
19
+
AuditOfWrongTypeForUseWithProperty = A property that is not in desired state is not compatible with the audit type '{0}'. (SA0007)
20
+
AuditIsWrongType = The existing audit is of wrong type to be able to update the property that is not in desired state. If the audit should be re-created set Force to $true. (SA0008)
0 commit comments