MS SQL Server Table
Last updated
Last updated
Parameter | Value |
connectionString | the encrypted connection string. See https://www.connectionstrings.com/sqlconnection/ for a sample. |
object | the name of the object without the schema, e.g.employees |
connectionString
: the encrypted connection string. See https://www.connectionstrings.com/sqlconnection/ for a sample.
schema
: sql schema, if any. e.g. dbo
table
: the name of the table without the schema, e.g.employees
connectionString
: the encrypted connection string. See https://www.connectionstrings.com/sqlconnection/ for a sample.
table
: the name of the table including the schema, e.g. dbo.employees