You can not create the connection string manually. For SQL Server you need to specify username, password, database name and server, and it uses SQL Server authentication. If you need to use Windows Integrated Authentication with SQL Server you can do it using ODBC, and configure the DSN to do it.