How To connect to Azure SQL Database from Azure Databricks Notebooks

preview_player
Показать описание
Join this channel to get access to perks:

Join the Telegram Group for the scripts and assistance:

To Download the scripts follow the video

We strongly believe there is always chance of betterment, so suggestions are most welcome.

Happy learning, and All the Best in your professional journey!

The journey of improvement is ongoing and never be an end.

Connect With me,

#azuresql #azure #sqldba #sqlserverdba #sql #sqlserver #sqlserverdeveloper #performance #performancetuning #performanceoptimization #mssql #mssqlserver #mssqlserverdba

Thank you!
MS SQL DBA Tech Support
Рекомендации по теме
Комментарии
Автор

One question, have you ever used lakeflow connect with Azure SQL/ SQL Server?
If yes, could you please make a video showing how connect using and leverage it's benefits such as enzyme

johnatanezequiel
Автор

hello sir,
client with ip address "111" is not allowed to access the server. to enable access use azure management portal to create a firewall rule. I have added the current ip address in db firewall section which was default one. yet cannot connect to azure and getting above error. can you please guide on this

sambitpati
Автор

driver =
Servername =
Serverport = "1433"
database_name = "master"
table = "sys.databases"
user = "urusername"
password = "yourpassword"
url =
df = (spark.read
.format("jdbc")
.option("driver", driver)
.option("url", url)
.option("dbtable", table)
.option("user", user)
.option("password", password)
.load()
)
display(df)

MSSQLDBATechSupport
visit shbcf.ru