The configuration:
I have 2 databases I want to connect to. Both are on SQL Server 2000. To switch between the two, users need to change the data source.
The problem:
When they switch from database 1 to database 2, a SQL Server login screen comes up and prompts for a SQL Server login and password.
I would like to know where that information is being stored, since we don't want to give out the password. If it's a registry entry, I'd like to have them run a batch file that updates the registry so they don't have to enter it in. Does anyone know where this could be stored?
I have 2 databases I want to connect to. Both are on SQL Server 2000. To switch between the two, users need to change the data source.
The problem:
When they switch from database 1 to database 2, a SQL Server login screen comes up and prompts for a SQL Server login and password.
I would like to know where that information is being stored, since we don't want to give out the password. If it's a registry entry, I'd like to have them run a batch file that updates the registry so they don't have to enter it in. Does anyone know where this could be stored?