Standard security Azure using SQL Server Native Client 10.0 ODBC

Connection string

This SQL Server Native Client 10.0 ODBC Driver connection string can be used for connections to Azure SQL Database.

Driver={SQL Server Native Client 10.0};
Server
=tcp:[serverName].database.windows.net;
Database=myDataBase;
Uid
=[LoginForDb]@[serverName];
Pwd=myPassword;Encrypt=yes;

Use 'username@servername' for the User ID parameter. Servername is the servername portion of the server parameter, i e 'myNamedServer' of tcp:myNamedServer.database.windows.net