Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
Windows authentication account to connect to sql server
Dipna Div
9y
699
1
Reply
I have a wpf win forms application. I was using sql authentication to connect to the sql server, but recently discovered that the production server allows just windows authentication. I cannot provide access to all the users. Is there a way to provide to use windows authentication and connect to the db using a common windows account.
If I set integrated security=True;user id=abc;password=*** , it will still take the logged in users credentials. Is there a way to overrirde the login users credentials with the windows account details I am providing, in this case abc.
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
Filtering Rows in DataGrid
browsing remote computer through Internet in C#