Re: SQL Server logins rejected
- From: "Dan Guzman" <guzmanda@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 23 Mar 2009 06:27:00 -0500
I have a database on SQL Server 2008 Express which I connect to over a
vpn via MS Access. The connection uses a login and password set in SQL
Server. When I or one of the other guys connect, then there is no
problem. However, when a new user connects, they are rejected.
Don't specify a userid and password in the connection string with Windows authentication. Instead, specify either "Integrated Security=SSPI" or "Trusted_Connection=True" in the connection string so that SQL Server will use your existing Windows security credentials.
--
Hope this helps.
Dan Guzman
SQL Server MVP
http://weblogs.sqlteam.com/dang/
"Astley Le Jasper" <Astley.lejasper@xxxxxxxxx> wrote in message news:7454dea4-7bdc-4673-876b-862cce9b6796@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I have a database on SQL Server 2008 Express which I connect to over a
vpn via MS Access. The connection uses a login and password set in SQL
Server. When I or one of the other guys connect, then there is no
problem. However, when a new user connects, they are rejected.
The difference is that both I and the other guy have an Windows
account on the server.
I presume that there is a conflict here with the local windows
authentication. Can someone point me in the right direction as to what
I should be searching for? Is there a noobs guide to setting logins on
SQL Server.
ALJ
.
- Follow-Ups:
- Re: SQL Server logins rejected
- From: Astley Le Jasper
- Re: SQL Server logins rejected
- References:
- SQL Server logins rejected
- From: Astley Le Jasper
- SQL Server logins rejected
- Prev by Date: SQL Server logins rejected
- Next by Date: Network Service Account
- Previous by thread: SQL Server logins rejected
- Next by thread: Re: SQL Server logins rejected
- Index(es):
Relevant Pages
|