python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Login failed during Azure Release Pipeline DACPAC deployment
I am trying to deploy a dacpac to a database in Azure SQL server using a release pipeline in azure devops. I was able to deploy a dacpac to one database successfully by adding Azure Object Name as db_...

user10486706
Votes: 0
Answers: 1
Azure Databricks JDBC Error: java.sql.SQLException: No suitable driver
I've dug through as many similar posts I can find on this issue, and the closest is this question:Apache Spark java.sql.SQLException: No suitable driver for my Azure SQL Server however I tried that us...

alaskanloops
Votes: 0
Answers: 1
How to append new and overwrite existing to SQL from PySpark?
So I have a table in an SQL database and I want to use Synapse (PySpark) to add new records and overwrite existing records. However in PySpark I can either use overwrite mode (which will delete old re...
ZhongTr0n
Votes: 0
Answers: 1
Issue - Cannot open server requested by the login. The login fails when connecting to Azure SQL database with Python
I am using Python to query Azure SQL database. I tried connecting using SSMS 2018 and it works. Also, I have ODBC 17, 18 drivers installed. But when I try from code, it gives:
cannot open server requ...
shazufaraz
Votes: 0
Answers: 2