I am running a .net app to a SQL Server db (local user app).
I have a specific AD account I would like to connect to the db with (since it has access permissions).
This AD account is not the same as the users AD account.
Normally I would use SQL Server auth to connection explicitly with a particular user but SQL Server auth is not available to me.
Only option I can see is to make the AD user a group, grant the group permissions and add the user to this group. Then use normal Windows integrated security connection strings.
Is it possible to access the SQL Server database using a different specific AD user in the conn string?
Thanks.
This is a different question as i do not want to connect with the current user the app is running as, but as ANOTHER specific AD user. ie. app runs as X.. config is setup for connection to DB as user Y