SqlWriterTableName
The table name to use in the INSERT statements generated by the SqlWriter
task. For example, if you specify MyTable
, each statement begins with 'INSERT into MyTable...
'
Type: | String |
Default: | |
Required | Yes |
Configuration Section: | Any section you have defined for SqlWriter task settings |
Example: | SqlWriterTableName=Table
|
See Also: |