Microsoft SQL Server
To ingest data from Microsoft SQL Server using Upsolver, you must first create a connection that provides the appropriate credentials to access your database.
Syntax
Jump to
Connection options
CONNECTION_STRING
— editable
CONNECTION_STRING
— editableType: text
The connection string to use when connecting to the database. This string can be copied directly from your SQL Server. The connection string should include the database name at the end of the string.
USER_NAME
— editable
USER_NAME
— editableType: text
The user to authenticate to the database with.
PASSWORD
— editable
PASSWORD
— editableType: text
The password for the user.
COMMENT
— editable
COMMENT
— editableType: text
(Optional) A description or comment regarding this connection.
Example
Last updated