Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2025 07:49 PM
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