Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

NiFi to Azure SQL DB

avatar
Rising Star

Hello Team,

Is it possible to ingest data to Azure SQL DB directly using NiFi?

Thanks

1 ACCEPTED SOLUTION

avatar
@spdvnz

There's no specific processor for Azure SQL DB but you can use it with standard JDBC processor in NiFi. You can use a Database Connection Pooling Service with JDBC driver for Azure SQL DB and use processor like PutDatabaseRecord or any other JDBC processor to ingest data.

View solution in original post

1 REPLY 1

avatar
@spdvnz

There's no specific processor for Azure SQL DB but you can use it with standard JDBC processor in NiFi. You can use a Database Connection Pooling Service with JDBC driver for Azure SQL DB and use processor like PutDatabaseRecord or any other JDBC processor to ingest data.