Sql Server to Clickhouse with ODBC driver
Hi everyone; With this article, I try to explain How we can get data from Sql Server to Clickhouse using ODBC driver.
Sql Server version is Microsoft SQL Server 2019 — Enterprise Edition
.Clickhouse version is 22.8.1.1440
.ODBC driver is 18
.Operating system is Ubuntu 20.04
Prepare Sql Server Side
On the Sql Server, let’s create TestDB database, create kisi table and insert two data.