I have an Access 2000 database which connects to SQL Server 2000.
I want to give normal users access to this database, but when I run the query, it asks for a username & password. When I select 'trusted connection' or enter in their ERP login, it returns the following error:
Connection failed: SQLState: '28000'. SQL Server error : 18456 - login failed for user Domainname\username
When I go to SQL Enterprise Mgr/Properties/Security/Authentication = SQL Server & Windows
How can I create a user in SQL that can connect and that does not give away my SQL admin password?
Clients connecting are on a Windows 2000 Terminal Server SP4
Thanks
I want to give normal users access to this database, but when I run the query, it asks for a username & password. When I select 'trusted connection' or enter in their ERP login, it returns the following error:
Connection failed: SQLState: '28000'. SQL Server error : 18456 - login failed for user Domainname\username
When I go to SQL Enterprise Mgr/Properties/Security/Authentication = SQL Server & Windows
How can I create a user in SQL that can connect and that does not give away my SQL admin password?
Clients connecting are on a Windows 2000 Terminal Server SP4
Thanks