Trusted Connection using ODBC Driver 13 for SQL Server

Connection string

This Microsoft ODBC Driver 13 for SQL Server connection string can be used for connections to SQL Server 2017, SQL Server 2016, SQL Server 2014, SQL Server 2012 and SQL Server 2008.

Driver={ODBC Driver 13 for SQL Server};Server=myServerAddress;
Database
=myDataBase;
Trusted_Connection=yes;

Equivalent key-value pair: "Integrated Security=SSPI" equals "Trusted_Connection=yes"