Re: pass through authentication
- From: "Bad Beagle" <maxwelli@xxxxxxxxxxxxxxxx>
- Date: Mon, 6 Feb 2006 10:47:47 -0700
I am using SQL 2000. It has worked in the past with windows authentication
when the SQL server was running on a domain controller. Is there any way to
pass the credentials through code??
"Warner wang" <v-warnw@xxxxxxxxxxxxx> wrote in message
news:beHHIyvKGHA.3696@xxxxxxxxxxxxxxxxxxxxxxxx
Hi Bad,
Thank you for using Newsgroup.
Do you use the SQL SERVER 2000 or SQL SERVER 2005?
Actually SQL SERVER 2000 has two types of authentication: Windows
authentication and mixed authentication. If you do not use the domain
account to login in the Windows, you cannot use the Windows authentication
type to pass through the SQL SERVER, however you can use the SQL SERVER
authentication to access the SQL SERVER from the Windows XP machine. To do
so, you need to do the following things:
1. Enable the SQL SERVER to use the mixed mode. (in the SQL SERVER
Enterprise Manager, right click your server->click properties->Security,
select SQL Server and Windows under the Authentication)
2. Set up a SQL SERVER login account. (extend your server in the
Enterprise
Manager, Security->Logins, set up your sa account, and you can use this sa
account to access the SQL SERVER)
If anything is unclear, please feel free to let me know. Thank you!
Sincerely,
Warner Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
=====================================================
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
.
- Follow-Ups:
- Re: pass through authentication
- From: Warner wang
- Re: pass through authentication
- References:
- pass through authentication
- From: Bad Beagle
- RE: pass through authentication
- From: Warner wang
- pass through authentication
- Prev by Date: RE: pass through authentication
- Next by Date: Re: XP as Server...
- Previous by thread: RE: pass through authentication
- Next by thread: Re: pass through authentication
- Index(es):
Relevant Pages
|