Help: Login username and password
From: Steve (smartin@cambridgeassociates.com)
Date: 08/22/02
- Next message: Steve: "Permissions for database"
- Previous message: Jasper Smith: "Re: Login username and password"
- In reply to: Mark Bogenschutz: "Help: Login username and password"
- Next in thread: Mark Bogenschutz: "Help: Login username and password"
- Reply: Mark Bogenschutz: "Help: Login username and password"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Steve" <smartin@cambridgeassociates.com> Date: Thu, 22 Aug 2002 13:32:31 -0700
Mark,
It sounds like the security of the server is set for
trusted access only. To change this, you need to open
enterprise manager, right click on the server and select
properties and on the security tab, select authentication
mode SQL Server and Windows. If you do not have sa rights
to the server, you will need to talk to the DBA and ask
the DBA to change the security to mixed mode.... For more
information see SQL Server Books on Line Mixed Mode
security
Steve
>-----Original Message-----
>Hi,
>I'm fairly new to SQL Server. I've set up a database,
>tables, entered data, and created login
>username/passwords. I've been able to access data to a
>vb.net Windows application using Windows authentication.
>
>How do I set up SQL Server to use SQL Server
>authentication for Logins?
>
>I've tried creating a new login usernames and passwords
>in the security folder. When I Use thouse usernames and
>passwords in code or even when I try to run a query it
>SQL Server denies me access giving an error like:
>
> 'Login failed for user 'Mark2'. Reason: Not associated
>with a trusted SQL Server connection.'
>
>I don't understand because I added 'Mark2', a password,
>and rights to the approprate database.
>
>The reason I need to use SQL Server authentication is
>that I'm developing an application for the Web.
>
>Any help is appreciated.
>Thank you for your time,
>Mark
>.
>
- Next message: Steve: "Permissions for database"
- Previous message: Jasper Smith: "Re: Login username and password"
- In reply to: Mark Bogenschutz: "Help: Login username and password"
- Next in thread: Mark Bogenschutz: "Help: Login username and password"
- Reply: Mark Bogenschutz: "Help: Login username and password"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|