I'd like to access a table on a MS SQL Server (Microsoft). Is it possible from Databricks?
To my understanding, the syntax is something like this (in a SQL Notebook):
CREATE TEMPORARY TABLE jdbcTable
USING org.apache.spark.sql.jdbc
OPTIONS ( url...
Hi Vida,Thank you for your response and for your suggestion to go to this particular notebook. I got the connection now!For future reference, these where the obstacles for me"You just need to use the right JDBC driver." --> Where could I find 'the ri...