How to Create a Audit table for Insert, Update,Delete...?
For this Audit table how to write Trigger..?
This is my Table
Create table Cust
CustID int PK
,PersonID int FK
,StoreID int FK
,TerritoryID int FK
,AccountNumber Computed varchar(10)
,rowguid Uniqueidentifier
,ModifiedDate datetime
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Deepak RatanPosted Jun 22, 2015, 12:43 AM
Sabyasachi MishraPosted Jun 22, 2015, 12:23 AM