Atul Patil

Atul Patil

  • 1k
  • 586
  • 69.4k

How perform created_by and updated_by in store procedure?

Oct 25 2016 2:20 AM
How perform following operation in Insert and Update store procedure?
 
I want to implement an abstract entity from which I will derive my entities. This abstract entity will contain the common fields like:

Key (int)
CreatedBy (String)
UpdatedBy (String)
CreatedDate (DateTime)
UpdatedDate (DateTime) 

Answers (5)