Connect to SQL Server 2019 from Presto CLI - presto

I am trying to connect to SQL Server 2019 from Presto CLI, I am getting SSL certificate error.
We have sql server 2019 hosted on google cloud on a VM and Presto on a dataproc cluster on the same project in google cloud.

Related

How to connect my Heroku hosted Node REST services to remote SQL?

Can anyone please tell me about how to connect REST based services on Heroku to a Linux based Remote SQL?
I'm new to hosting REST based services. I've created some REST services via Node.js and Express and I'm trying to connect those services with a remote SQL database on my hosting plan on https://ecowebhosting.co.uk.
But it always shows server closed the connection because it requires an IP address to setup a connection between server and heroku.

ER_ACCESS_DENIED_ERROR when connecting to Cloud SQL using Cloud SQL Proxy on localhost

When I try running an npm init script on terminal to create a SQL table on Cloud SQL using a Cloud SQL Proxy on my localhost I get a:
ER_ACCESS_DENIED_ERROR
I can connect using Sequel pro but get that error connecting from terminal, would appreciate the help.

Connect with SQLServer Express 2012

I am using SQLServer Express 2012 into our server but I am unable to connect the same from my local machine. Even I enabled all the service which we should enable before remotely access the SQL Server.
Thanks

Can I access Cassandra from Azure Website

I have a cassandra cluster on Azure and a nodejs websites using "node-cassandra-cql" package. It works with on my local machine. When i deploy the nodejs website to Azure websites - I get PoolConnectionError.
Can I access cassandra on some port from Azure Web Sites or I am restricted to using the managed databases there?
when you say local machine, do you mean your nodejs site is on your local machine and it is able to connect to your cassandra cluster on azure?
Please let us know your azure website name.

How to run the Azure Cloud Service without using Sql Azure Database?

My azure application successfully running with azure sql database,but now i want to run Cloud application with my own database servers because of their data security. for this, we can establish the local database connection from our own systems with cloud application and connect to my database perfectly with following steps using below link,
http://www.codeproject.com/Articles/261063/Azure-Virtual-Network-Connecting-Local-Database
After this i deployed my application in to azure and it deployed without any error.but when i try to run my cloud application using cloud url like xxx.cloudapp.net getting an error like
"A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - The requested name is valid, but no data of the requested type was found.)".
Please give some suggestions why am getting this error.
Thanks,
PCSSCP.
Try connecting using SQL Management from another machine outside of your network. I believe that there is no problem with publication in Azure Cloud Service, but a connectivity problem with your SQL server.
Arthur Oliveira
You have to remote to VM and check SQL Server port is opened or not, the same with SQL Server machine. I used to connect local DB with cloud based application.
This is an intermittent issue with the SQL Server.
Check this link if it helps,
IntermittentSQLServerIssue

Resources