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: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -239,6 +239,7 @@ Basic settings of the sink are configured using the properties in a `MSSqlServer
239
239
240
240
*`TableName`
241
241
*`SchemaName`
242
+
*`AutoCreateSqlDatabase`
242
243
*`AutoCreateSqlTable`
243
244
*`EnlistInTransaction`
244
245
*`BatchPostingLimit`
@@ -254,6 +255,10 @@ A required parameter specifying the name of the table used to write the log even
254
255
255
256
An optional parameter specifiying the database schema where the log events table is located. It defaults to `"dbo"`.
256
257
258
+
### AutoCreateSqlDatabase
259
+
260
+
A flag specifiying if the log events database should be created if it does not exist. It defaults to `false`. If this is set to `true` the property `AutoCreateSqlTable` should also be set to `true`.
261
+
257
262
### AutoCreateSqlTable
258
263
259
264
A flag specifiying if the log events table should be created if it does not exist. It defaults to `false`.
0 commit comments