Re: SQL 2000 Lockout?
- From: "Russell Fields" <russellfields@xxxxxxxxxx>
- Date: Sat, 26 Apr 2008 18:19:07 -0400
zz12,
With SQL Server 2000, there is nothing native to do this. If someone else
has code to do this I don't remember who they are any more.
If you server is set to Audit Failed Logins, these entries will go into your
event logs and you could write some code to periodically scan the event log.
(Not the same as automatic lockout, of course, but it is something.)
RLF
"zz12" <IDontLikeSpam@xxxxxxxxxxx> wrote in message
news:%23QDyj%23vpIHA.3616@xxxxxxxxxxxxxxxxxxxxxxx
Hello, would anyone know if there's a way to lockout mainly a SQL (or
Windows) login for SQL Server 2000? Was wondering if there was like a
stored procedure out there that could be added to the Master db running as
a system process that checks for like 3 failed login attempts or something
along those lines.
Thanks in advance.
.
- Follow-Ups:
- Re: SQL 2000 Lockout?
- From: zz12
- Re: SQL 2000 Lockout?
- References:
- SQL 2000 Lockout?
- From: zz12
- SQL 2000 Lockout?
- Prev by Date: Re: Granting EXEC for read only SPs
- Next by Date: Secure your MSSQL database proactively
- Previous by thread: SQL 2000 Lockout?
- Next by thread: Re: SQL 2000 Lockout?
- Index(es):
Relevant Pages
|