Trusted SQL Connections....

I am attemting to develop a link between a access and SQL2003 database on two different machines. The aim is to update information from a query within the access database to a table within the SQL2003 database - the stumbling block is that the SQL2003 database requires a user name and password to log into the database and append from the access database.

I need a solution where the user is not required to enter a user name or password and literally skip passed the security on SQL2003.

Any suggestion and recommendations would be greatly appreciated.

Thanks,

John



Answer this question

Trusted SQL Connections....

  • cgoeters

    Integrated security will solve this problem. Check BOL for details.

    Paul


  • Trusted SQL Connections....