Consider the following RelationalDatabase:
$schema=RelationalDatabase[DatabaseReference[<|
"Backend"->"MicrosoftSQL",
"Name"->databaseName,
"Host"->"XXX.XXX.XXX.XXX\\YYY"
|>]]
Does RelationalDatabase use DatabaseLink` ? If so is there a way to know which JDBC driver it is using since there are multiple for Microsoft SQL Server and also get its SQLConnection[...] object?
Is there a way to target a specific driver like we can in the DatabaseLink` ?