auditing access to object
- From: t2581@xxxxxxxxxxx
- Date: 21 Dec 2006 07:54:27 -0800
Hi,
I need to audit any access to table (example table creditcards)
profiler work fine if table creditcards referenced
by select/ upadate/delete or procedure
but if I create view
create v_alex
as
select * from creditcards
profiler with all events would show only v_alex
Application modifing and number of views growing ...
Any way to trace accees to creditcards if it referenced by view ?
.
- Follow-Ups:
- Re: auditing access to object
- From: Steve
- Re: auditing access to object
- From: Steve
- Re: auditing access to object
- From: Steve
- Re: auditing access to object
- Prev by Date: Re: Job owned by a non-sysadmin fails to run
- Next by Date: Restoring Databases with Encrypted Data to Another Server
- Previous by thread: Re: Domain group members cannot connect [SQL Server 2k5 Workgroup Ed.]
- Next by thread: Re: auditing access to object
- Index(es):