Re: Security log?
- From: "vt" <vinu.t.1976@xxxxxxxxx>
- Date: Tue, 12 Jun 2007 15:42:41 +0100
Hi,
SQL Server logs all the data modification commands,and schema change
commands in transaction log file, not in tables
You need 3rd party apps like lumigent log explorer to view the log file.
Using sql profiler you will not be able to find out what the user has done
on the database
but you can find out what the user is doing at the moment.
Regards
VT
Knowledge is power, share it....
http://oneplace4sql.blogspot.com/
<kain.vma@xxxxxxxxx> wrote in message
news:1181655156.902260.39000@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi all!
I'm writing you to ask something about security of sql server 2000.
I want to know if SQL server 2000 logs every kind of command that a
user does (for examlpe a query or an update) and if yes where...I'm
trying to discover what a single user has done on a db.
There is a table that sql server uses for logging this kind of info?
or the only method is to use the sql server profiler?
Thanks!
p.s.: sorry for my english
.
- References:
- Security log?
- From: kain . vma
- Security log?
- Prev by Date: Re: permissions required for executing CDOSys stored procedures
- Next by Date: RE: Cross VPN Domain Authentication
- Previous by thread: Re: Security log?
- Next by thread: Deployment of a C# Windows Application connected to SQL Server 2005 Database
- Index(es):
Relevant Pages
|