Automatically Connecting to SQL Server

  • Thread starter Thread starter mac
  • Start date Start date
M

mac

Can anyone tell me how to automatically connect to SQL server? I am
always prompted for a Login ID and Password on the SQL Server Login
Windows. Use Trusted Connection is always checked by default and I
always have to uncheck it and type the appropriate Login ID/Password.

Thanks,

Jason
 
Check the ODBC DSN and make sure the Option "With Windows NT authentication
using the network login ID" is checked.
 
Back
Top