How to create a SQL connection string to connect a SQL Server instance using another Windows account? I need to provide the Windows user name (not SQL Server login) and password and force the server to use this credentials while creating a connection.
Integrated Security=SSPI
picks my PC user account and password
Is there a way to accomplish this?
Please advise.
Thanks, KihtraK