Tagged Questions
3
votes
2answers
132 views
Integrated Security Success on Master, Fails on Other Database
I'm a bit perplexed as to why my connection string is selectively succeeding on the master database in SQL Server 2005. Here are the details of my app. Any ideas where to look? I'm clearly missing ...
5
votes
1answer
280 views
Connecting to SQL Server using cached credentials
While migrating from SQL authentication (user-password) to integrated security I ran into an unexpected combination of requirements.
SQL clients are services running under a LOCALSYSTEM or ...
2
votes
1answer
66 views
Is there a restriction which prevents you from creating a user and a role with the same name?
I have a (SS2005) database with a user named MY_APPLICATION_USER. I'm trying to create a role in that database named MY_APPLICATION_USER.
When I try to do that using this script:
/****** Object: ...
2
votes
1answer
599 views
Is it possible to specify Active Directory username and password in connection string?
My organization uses Active Directory to control access to our databases. Building web applications and as part of our CI process I would like to specify the credentials in the connection string.
Is ...