Use SQL query to extract data from an external SQL Server database in Azure databricks
I am connecting to an on prem SQL Server database using the code below and it works as expected. I have wrapped the query I want to use in a view and I called the view to read the data…