MS SQL Server Table
Last updated
Was this helpful?
Last updated
Was this helpful?
Parameter
Value
connectionString
table
the name of the domain and table e.g. dbo.employees_new
idColumn
the name of the identity column that exists in the target (or a single column that is guaranteed to be unique and automatically populated for every new record)
idColumnDataType
the data type of the id column
connectionString
: the encrypted connection string. See ".NET Framework Data Provider for SQL Server" section on for a sample.
schema
: the schema of the table, e.g. dbo
table
: the name of the domain and table e.g. dbo.employees_new
idColumn
: the name of the identity column that exists in the target (or a single column that is guaranteed to be unique and automatically populated for every new record)
idDataType
: the data type of the id column
table
: the name of the table including the schema, e.g. dbo.employees
idColumn
: the name of the identity column that exists in the target (or a single column that is guaranteed to be unique and automatically populated for every new record)
idDataType
: the data type of the id column
the encrypted connection string. See ".NET Framework Data Provider for SQL Server" section on for a sample.
connectionString
: the encrypted connection string. See ".NET Framework Data Provider for SQL Server" section on for a sample.