trueray_3150
New Contributor II

Hi @Nick_Pacey  Thank you I already did that using in the code

jdbc_url = "jdbc:sqlserver://999.99.999.99\\instance:7777;encrypt=true;trustServerCertificate=true;database=mydatabase"

jdbc_username = "myusername"

jdbc_password = "mypassword"

jdbc_driver = "com.microsoft.sqlserver.jdbc.SQLServerDriver"

 

wish the create connection syntax has the option for instance  or  the databricks UI provisions that