|
jassie
Posting Yak Master
114 Posts |
Posted - 02/12/2013 : 18:02:42
|
if the following is in the connection string in an app.config file, the following will use the sql server login and not the windows user login correct?
The following is a connection string that points to a sql server 2008 r2 database. <connectionStrings> <add name="RPCSS_DEVConnectionString" connectionString="Data Source=dev;Initial Catalog=DEV2;User Id=myUsername;Password=myPassword;" providerName="System.Data.SqlClient" /> </connectionStrings> Also can you tell me if there is any way for the windows user name and password to be used when connecting to the sql server 2008 r2 database? If so, can you tell me what the connection sting would be so I know to avoid that connection string?
|
|