Why doesn't "simple" login work? CONFUSED!
From: Larry Woods (larry_at_NOSPAMlwoods.com)
Date: 12/17/04
- Next message: Dan Guzman: "Re: Why doesn't "simple" login work? CONFUSED!"
- Previous message: Jacco Schalkwijk: "Re: Transaction Limit"
- Next in thread: Dan Guzman: "Re: Why doesn't "simple" login work? CONFUSED!"
- Reply: Dan Guzman: "Re: Why doesn't "simple" login work? CONFUSED!"
- Reply: Mike Epprecht (SQL MVP): "RE: Why doesn't "simple" login work? CONFUSED!"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 17 Dec 2004 05:20:06 -0700
I need to admit right up front that I get VERY confused about the security
implementation of SQL Server and it's relationship with Windows security. I
am running a sample and I installed the following security on my '(local)'
server:
EXEC sp_addlogin 'CRReports', 'crreports', 'Northwind'
go
use Northwind
go
EXEC sp_grantdbaccess 'CRReports', 'CRReports'
go
I have tried various methods to log into Northwind (.udl file; .NET Data
Link Properties, etc.) using the "CR/cr..." combination and continue to get:
"Login failed for user 'CRReports'. Reason: Not associated with a trusted
SQL Server connection."
Using EM I looked to see if 'CRReports' was a user and it IS in the user
list both at the Server level and in Northwind.
What's wrong?
(Environment: Windows Professional 2000; SQL Server 2000)
TIA,
Larry Woods
- Next message: Dan Guzman: "Re: Why doesn't "simple" login work? CONFUSED!"
- Previous message: Jacco Schalkwijk: "Re: Transaction Limit"
- Next in thread: Dan Guzman: "Re: Why doesn't "simple" login work? CONFUSED!"
- Reply: Dan Guzman: "Re: Why doesn't "simple" login work? CONFUSED!"
- Reply: Mike Epprecht (SQL MVP): "RE: Why doesn't "simple" login work? CONFUSED!"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|