Re: restrict login to one instance
From: Sue Hoegemeier (Sue_H_at_nomail.please)
Date: 10/29/03
- Next message: Jerry Medina: "Updating a User and giveing him access to different db"
- Previous message: Robert Strickland: "Re: New user logon and permissions"
- In reply to: Fred Payne: "Re: restrict login to one instance"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 29 Oct 2003 14:07:33 -0700
Don't think there is a SQL alternative to that. You could
always monitor for a particular hostname (workstation) but
that's not necessarily reliable and you can't prevent the
user from logging in, it just allows you to kill their SPID
after the fact.
-Sue
On Wed, 29 Oct 2003 14:34:41 -0500, "Fred Payne"
<fpayne@ryerson.ca> wrote:
>I should have chosen my words better. There is only one instance of the
>server installed. I want to restrict the user from login at multiple
>workstations. I could restrict the workstation login via windows but I was
>hoping for a SQL alternative
>
>Fred
>
>"Sue Hoegemeier" <Sue_H@nomail.please> wrote in message
>news:iuqvpvgh875eeesv6s4pn10l0si0kiva6c@4ax.com...
>> If you have installed multiple instances, each one is like
>> it's own separate server in terms of security. So granting a
>> login access on one instance on the server will not give
>> that login access to other instances on the server. It's
>> fine to set it up that way. You don't necessarily want every
>> login to have access to every SQL Server instance.
>>
>> -Sue
>>
>> On Wed, 29 Oct 2003 10:57:19 -0500, "Fred Payne"
>> <fpayne@ryerson.ca> wrote:
>>
>> >Hello All,
>> > I'm using SQL Server 2000 and wish to restrict the user login to one
>> >instance only. Is this possible? Is this wise?
>> >
>>
>
- Next message: Jerry Medina: "Updating a User and giveing him access to different db"
- Previous message: Robert Strickland: "Re: New user logon and permissions"
- In reply to: Fred Payne: "Re: restrict login to one instance"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|