I need to fetch the 'CREATE TABLE' code with all primary keys,indexes, collation etc. from on prem SQL Server db to Databricks and then from Databricks to Azure SQL db.
I have already connection to both SQL Server databases from Databricks. I'm using JDBC driver.