Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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.