Re: User and Login auditing
From: Sue Hoegemeier (Sue_H@nomail.please)
Date: 06/26/02
- Next message: Gabe: "Re: User and Login auditing"
- Previous message: Gabriel: "User and Login auditing"
- In reply to: Gabriel: "User and Login auditing"
- Next in thread: Gabe: "Re: User and Login auditing"
- Reply: Gabe: "Re: User and Login auditing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Sue Hoegemeier <Sue_H@nomail.please> Date: Wed, 26 Jun 2002 10:29:15 -0600
You can use Profiler to do this. If you are on SQL Server
2000, look at Profiler and the Securiity Audit Event
classes. On SQL 7, you could still monitor for executions of
sp_grantdbaccess, sp_denydbaccess, sp_grantlogin,
sp_addlogin, and sp_denylogin.
-Sue
On Wed, 26 Jun 2002 13:17:59 -0700, "Gabriel"
<Lajma@fibertel.com.ar> wrote:
>Does anyone know how I can audit user and login adding, deleting and
>modification ?
>
>I need to know when and who is adding users and logins to my server and
>databases..
>
>I was thinking of triggers on sysuers and syslogins tables, but MS does not
>reccomend this...
>
>Any hints ??
>
>Thx
>
>Gabe
>
- Next message: Gabe: "Re: User and Login auditing"
- Previous message: Gabriel: "User and Login auditing"
- In reply to: Gabriel: "User and Login auditing"
- Next in thread: Gabe: "Re: User and Login auditing"
- Reply: Gabe: "Re: User and Login auditing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|