I have problems to connect sql server on google cloud to google apps script, have tried many options do url connection like:
Jdbc.getCloudSqlConnection("jdbc:google:mysql://MYINSTANCE","sqlserver", "*****");
but is not connecting
Exception: Failed to establish a database connection. Check connection string.
Do you can help me to solve this problem to connect Sql Server to Google Apps Script?
Information about google cloud Sql Server:
DB Type: SQL Server 2017 Standard
Location: southamerica-east1-b
Using sql server management studio, I have tested and connected successfully, with this information
mysql://
URI in the connection string. I don't think that's correct. I've edited your post to remove your instance's name & IP information - that's not something you want to broadcast on Stack Overflow. – alroc