![]() |
Audit Trail in SQL Server 2000 or SQL Server 7
There are many occasions where if someone updates a records or even deletes a record we need to keep the Audit trails of the record updated or deleted or even keep a history of records as what are the updates that happened on the database as well as what are the records deleted from the table. In Any database system there are triggers to achieve the same but remember that if triggers if not used efficiently can degrade the performance of the Database system
If we have a table Code to create table Code:
CREATE TABLE [dbo].[Details] (Code:
CREATE TABLE [dbo].[logDetails] (Code:
CREATE TRIGGER AuditDetails |
Re: Audit Trail in SQL Server 2000 or SQL Server 7
oh, you're sql expert, too. How many capacity A forum like yours often needs?
And to work, what do it need more? |
Re: Audit Trail in SQL Server 2000 or SQL Server 7
it really helps a new sql developer to learn a lot
|
Re: Audit Trail in SQL Server 2000 or SQL Server 7
sql tough,very tough to understand
|
Re: Audit Trail in SQL Server 2000 or SQL Server 7
Very good article. Thanks for this nice info
|
Re: Audit Trail in SQL Server 2000 or SQL Server 7
It's a nice article.
|
Re: Audit Trail in SQL Server 2000 or SQL Server 7
Nice article thank you for posting it.
|
Re: Audit Trail in SQL Server 2000 or SQL Server 7
Quote:
|
Re: Audit Trail in SQL Server 2000 or SQL Server 7
It's really very helpful for SQL development.
Thanks |
Re: Audit Trail in SQL Server 2000 or SQL Server 7
Thanx for sharing information and helping people)) Highly appreciate your work:D
|
| All times are GMT +5.5. The time now is 17:31. |