April 5, 2005 at 5:27 am
Hi,
If someone modified data in a table, how do i know? I do not have any triggers to log or I do not have any audit columns in my table. Please help me how do I track?
Thanks,
Mahesh Babu
April 5, 2005 at 5:48 am
You need to capture all the queries that are fired against your server. SQL Server Profiler is the best tool to do this that I know of.
This is not a Yukon specific question. If I were you I'd check the other forums.
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
April 5, 2005 at 5:48 am
Triggers and audit tables are the usual way to deal with this problem.
Is there a specific reason why you're asking or is this a general question?
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
April 5, 2005 at 5:49 am
SQL doesn't supply built-in tracking. You need to supply the audit trails, etc..
Good Hunting!
AJ Ahrens
webmaster@kritter.net
April 5, 2005 at 6:37 am
This is general question.
Thanks,
Mahesh Babu
April 6, 2005 at 2:09 am
See if this helps:
http://www.microsoft.com/technet/security/prodtech/sqlserver/sql2kaud.mspx
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply