I have an Excel 2000 query through MS Query which connects to SQL Server 2000.
when I run the query, it throws up the error below and but and 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
Is there a way that I can enter in the SQL Server authentication details once and 'hardcode' them as such, so that they are cached and the user doesnt have to reenter them each time they run the query?
Clients connecting are on a Windows 2000 Terminal Server SP4
Thanks
when I run the query, it throws up the error below and but and 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
Is there a way that I can enter in the SQL Server authentication details once and 'hardcode' them as such, so that they are cached and the user doesnt have to reenter them each time they run the query?
Clients connecting are on a Windows 2000 Terminal Server SP4
Thanks