Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Codes for Stored Procedures in Jobs

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-02-09 : 09:37:26
Sushanta writes "Can you please help me with the code by which I can create a stored procedure where I will be able to understand whether any row,column or any data have been modified in any table in the entire network,which will be sent either by sqlmail or by net send addressed by a JOB to the administrator or the authorised person."

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-02-09 : 09:42:23
Make use of Profiler, triggers
Also refer
http://www.nigelrivett.net/SQLTriggers/Triggers_2_Creating_Audit_Trails.html

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -