Change default windows login in Integrated Security

N

Nemo

Hi everybody!
I've a connection to a database using integrated security in order to
connect my app. with this db. but I want to use not the default
Windows Login, I want use another login (an Active Directory validated
login).

Do you know how change the default login for other in Integrated
Security connection in Sql Server 2000 - 2005??

Thanks in advance.
 
W

William \(Bill\) Vaughn

I discuss how to use "Run As" to impersonate another registered user in my
book. Basically, you create a shortcut that sets the run-as credentials.

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
Visit www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
 
N

Nemo

I solved the problem and the aswer is "IMPERSONATION" the connection
with the user login in the app.
 

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