using an alternate Windows login with integrated security

P

PJ6

I'm posting here because I struck out using Google and everyone else I've
asked is scratching their heads. In one project we have a DBA that instists
that an app connect to SQL Server using a Windows service account. This
isn't a SQL Server account, but Windows, so I don't know how to 1. have my
application gain alternate Windows login credtials or 2. use them to make a
DB connection using integrated security.

I'm assuming, here, that this is possible. It is, right?

Paul
 
G

Guest

PJ6 said:
1. have my application gain alternate Windows login credtials

What kind of app is it? If it's an ASP.NET app then you can turn
impersonation on and get the webapp to run as a specified windows account.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top