SQL Server 2005 JDBC 1.1 integrated security question
Posted by Marc Melancon on 07/12/06 14:32
I want to use the new SQL Server 2005 JDBC Driver in a java app that runs
under Local System Account (as a service) and I need to connect to SQL
Server using integrated security. Because that process is using Local
System Account it cannot be mapped to a SQL Server login. Is my only choice
here to use JNI and call ImpersonateLoggedOnUser to do process impersonation
and then connect to SQL Server?