Asif Khan
Asif Khan

Reputation: 181

How to connect VectorWise Database to Azure Data Factory or Azure Synapse?

I have a vectorwise database that contain big size multiple table, I need to copy those table into Azure Storage or Azure SQL DB or Synapse. We don't have direct connector for vectorWise in Azure data factory. Is there any way to connect with VectorWise in ADF by creating API or something?

Upvotes: 0

Views: 49

Answers (1)

GregGalloway
GregGalloway

Reputation: 11625

You will need to setup a virtual machine on a network which can reach your database, you will need to install the self-hosted integration runtime on it, you will need to install the proper ODBC driver from your database vendor, and then create an ODBC linked service.

Upvotes: 1

Related Questions