Microsoft SQL Server
This quickstart describes how to create a Microsoft SQL Server connection.
Create a connection to 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.
Your connection is persistent, so you won't need to re-create it for every job. The connection is also shared with other users in your organization.
Here’s the code for creating a connection to SQL Server:
After you complete this step, you should see the my_sqlserver_connection connection in your navigation tree.
Learn More
Last updated