Standard security using ODBC Driver 11 for SQL Server

Connection string

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

Driver={ODBC Driver 11 for SQL Server};Server=myServerAddress;
Database
=myDataBase;
UID=myUsername;PWD=myPassword;

Using SQL Server Express? The server name syntax is ServerName\SQLEXPRESS where you substitute ServerName with the name of the server where SQL Server Express is running.