Re: what happend if deny login to "sa"??
From: Hernán Castelo (hhh_at_hotmail.com)
Date: 04/13/04
- Next message: Hernán Castelo: "Re: random connection error"
- Previous message: Sue Hoegemeier: "Re: what happend if deny login to "sa"??"
- In reply to: Sue Hoegemeier: "Re: what happend if deny login to "sa"??"
- Next in thread: Gustavo Larriera [MVP SQL]: "Re: what happend if deny login to "sa"??"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 13 Apr 2004 14:25:01 -0300
oh...of course
i understand
-- atte, Hernán Castelo UTN Buenos Aires . . . . . . . . . . . . . . . . . . . . . . . . . . "Sue Hoegemeier" <Sue_H@nomail.please> escribió en el mensaje news:i87o701h6bgq839p4he1pbs7efmafatich@4ax.com... You can't use sp_denylogin with sa as it's not a Windows user or group. For SQL Server logins, you need to use sp_droplogin. And SQL Server does not allow you to use sp_droplogin to drop sa. You'd have to hack the system tables to remove sa and then you will end up with other problems as a result of doing this. If you want to prevent logins with sa, use Windows authentication only. You have better security if you use Windows authentication only. -Sue On Tue, 13 Apr 2004 13:36:21 -0300, Hernán Castelo <hhh@hotmail.com> wrote: >hello >well, its all said: >what happend if deny login to "sa"?? > >i get more secure?
- Next message: Hernán Castelo: "Re: random connection error"
- Previous message: Sue Hoegemeier: "Re: what happend if deny login to "sa"??"
- In reply to: Sue Hoegemeier: "Re: what happend if deny login to "sa"??"
- Next in thread: Gustavo Larriera [MVP SQL]: "Re: what happend if deny login to "sa"??"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading