I have no choice at present but to move to SQL 2000 - this is a done deal. I have two instance of SQL 2000 server running. The default SQL server on <ServerName> was previously accessed as follows:
Driver={SQL Server};Server=<ip Address>;UID=<SQLUser>;PWD=<SQLPassword>;Database=<DatabaseName>;
one instance of SQL reverts to the default server name <ServerName> and the other <ServerName>/SecondInstance.
The SQL server settings are Mixed mode but when I try and use sa password I get 'not a trusted SQL connection' errors.
Please assist with connection string I should use in both instances. Or must I change settings on server and then add users to NT authorities?
Many thanks
Edited by lynnami - 08 June 2006 at 3:31pm