SQL Server Export

Export data to a Microsoft SQL Server database.

Properties

NameType
engineString=sqlserver:export
connectionObject
tableString
schemaObject

engine

Must be sqlserver:export.

Required
Yes

connection

The SQL connection parameters.

Required
No

Properties

NameType
hostString
databaseString
userString
passwordString
instanceString
encrypt

connection.host

The network address of SQL Server e.g. `db.example.com:1433`.

Required
Yes

connection.database

The name of the SQL Server database.

Required
Yes

connection.user

The username to authenticate to SQL Server.

Required
Yes

connection.password

The password to authenticate to SQL Server. Requires `username`.

Required
Yes

connection.instance

Connect to an instance instead of a port.

Required
No

connection.encrypt

Encrypt data sent between client and host.

Required
No
Enum
Enabled Login Only Disabled

table

The name of the SQL Server table.

Required
Yes

schema

Define a schema for the data.

Required
Yes