Hi @gopsvr ,
I can only reply the question about SQL server.
> Should i specify "Provider=MSOLEDBSQL;" in the connection string to get any advantage?
Provider=MSOLEDBSQL means using Microsoft OLE DB Driver for SQL Server connection strings.
Driver={ODBC Driver 17 for SQL Server} means using Microsoft ODBC Driver 17 for SQL Server connection strings.
If the response is helpful, please click "Accept Answer" and upvote it, thank you.