Probably a simple question....
Suppose a situation where there are just two machines in a workgroup (no Domain controller). One machine runs an application, the other SQL Server 2000. Both machines are running XP. Is it possible for the application on the app server to connect to SQL Server using Windows Authentication where the application uses a different Windows user id to the one that it is running under?
This is a trivial thing for a database running on Linux/Unix since you simply create the necessary database users as Linux/Unix users and pass the user id and password in the connection parameters.
Regards
Martyn
Suppose a situation where there are just two machines in a workgroup (no Domain controller). One machine runs an application, the other SQL Server 2000. Both machines are running XP. Is it possible for the application on the app server to connect to SQL Server using Windows Authentication where the application uses a different Windows user id to the one that it is running under?
This is a trivial thing for a database running on Linux/Unix since you simply create the necessary database users as Linux/Unix users and pass the user id and password in the connection parameters.
Regards
Martyn