Is there a way to have Excel connect to Sql Server using the current user's network windows authentication (trusted connection/integrated security)? I don't want to rely on a sql login or have a uid/password in my code.
|
|
|
|
|
|
|
http://www.sqlstrings.com/SQL-Server-connection-strings.htm http://www.connectionstrings.com/sql-server Try this one:
|
|||
|
|
See: http://www.connectionstrings.com/ Especially http://www.connectionstrings.com/sql-server-2005, for example:
or any other suitable connection string you find there. |
||
|
