Forum Discussion
rraghvani
Champion Level 3
10 months agoProviding you are using the correct ODBC driver, here's the connection that I use for SQL Server
"Provider=MSOLEDBSQL19.1; Integrated Security=SSPI; Persist Security Info=False; Initial Catalog=Your_Database_Name; Data Source=Your_Database_Server_Name; Use Encryption for Data=False;"